language: Objective-C
licence: Other
Objective-C Starter
options: send to code collector • view all ziu's snippets
#import <Foundation/Foundation.h>
int main (int argc, const char * argv[]) {
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
NSLog(@"Hello World");
[pool release];
return 0;
}



library
getting started (2)
hello world (4)