Changes

Jump to: navigation, search

Using Objective-C Preprocessor Directives

67 bytes removed, 19:34, 23 April 2012
no edit summary
int main (int argc, const char * argv[])
Begin
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; @autoreleasepool {
int i;
End
[pool drain]; }  return 0;
End
</pre>

Navigation menu