Skip to content

Instantly share code, notes, and snippets.

@shortenda
Created October 23, 2014 02:34
Show Gist options
  • Save shortenda/e4d243fe2523f8f62198 to your computer and use it in GitHub Desktop.
Save shortenda/e4d243fe2523f8f62198 to your computer and use it in GitHub Desktop.
#define one \
if __name__ == "__main__":
#define ignore me in python\
print("Hello world!")
#define test test"\
"""
int main(int argc, char ** argv){
puts("Hello world!");
return 0;
}
#define test2 test2"\
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment