Skip to content

Instantly share code, notes, and snippets.

@timothyekl
Created March 13, 2013 19:03
Show Gist options
  • Save timothyekl/5155066 to your computer and use it in GitHub Desktop.
Save timothyekl/5155066 to your computer and use it in GitHub Desktop.
#import <stdio.h>
int main(int argc, char *argv[]) {
printf("Get things done!");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment