#import int main(int argc, char * argv[]) { @autoreleasepool { NSLog(@"Hello World"); } }