8 lines
No EOL
161 B
Objective-C
8 lines
No EOL
161 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
int main(int argc, const char * argv[]) {
|
|
@autoreleasepool {
|
|
NSLog(@"Hello, World!");
|
|
}
|
|
return 0;
|
|
} |