Skip to content

Instantly share code, notes, and snippets.

@JeOam
Created November 7, 2013 01:24
Show Gist options
  • Save JeOam/7347349 to your computer and use it in GitHub Desktop.
Save JeOam/7347349 to your computer and use it in GitHub Desktop.
#import <Foundation/Foundation.h>
int main(int argc, const char * argv[])
{
@autoreleasepool {
NSLog(@"Programming is fun");
NSLog(@"Fun Fun");
}
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment