1#import <Cocoa/Cocoa.h>
2
3int main(int argc, const char * argv[]) {
4
5    return 0; // break here
6}
7