Skip to content

Instantly share code, notes, and snippets.

@telday
Last active October 10, 2018 21:23
Show Gist options
  • Save telday/9e62c71345d148eff169f059b6e5c5ee to your computer and use it in GitHub Desktop.
Save telday/9e62c71345d148eff169f059b6e5c5ee to your computer and use it in GitHub Desktop.
#define example
#include <stdio.h>
#define MAIN int main(){puts("Hello World");return 0;}
MAIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment