#import <Foundation/Foundation.h> int main(int argc, const char * argv[]) { @autoreleasepool { printf("Hello, World!"); } return 0; }