Skip to content

Instantly share code, notes, and snippets.

@jaemyeong

jaemyeong/main.m Secret

Last active September 15, 2019 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaemyeong/118b60e4885b846e6bb7f82a4eddf3ae to your computer and use it in GitHub Desktop.
Save jaemyeong/118b60e4885b846e6bb7f82a4eddf3ae to your computer and use it in GitHub Desktop.
#import <Foundation/Foundation.h>
int main(int argc, const char * argv[]) {
@autoreleasepool {
NSLog(@"Hello, World!");
}
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment