Skip to content

Instantly share code, notes, and snippets.

@dmjio
Created February 13, 2019 02:55
Show Gist options
  • Save dmjio/852a88d253c59c3ded0ef33871936dad to your computer and use it in GitHub Desktop.
Save dmjio/852a88d253c59c3ded0ef33871936dad 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