Skip to content

Instantly share code, notes, and snippets.

@dmjio
Created February 13, 2019 02:55
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 dmjio/3588ac6b3a922560cf5ea4157ba6c214 to your computer and use it in GitHub Desktop.
Save dmjio/3588ac6b3a922560cf5ea4157ba6c214 to your computer and use it in GitHub Desktop.
int foo ();
#import <Foundation/Foundation.h>
#include "foo.h"
int foo () {
@autoreleasepool {
NSLog(@"Hello, World!");
}
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment