#import int main(int argc, char const *argv[]) { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; NSLog("Hello World!"); [pool drain]; return 0; }