1#import <UIKit/UIKit.h> 2 3int main(int argc, char * argv[]) { 4 @autoreleasepool { 5 NSLog(@"Hello World"); 6 } 7} 8