language: Objective-C
licence: Other
Objective-C Starter
#import <Foundation/Foundation.h>
int main (int argc, const char * argv[]) {
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
NSLog(@"Hello World");
[pool release];
return 0;
}



library
java (3)
hello world (4)