Skip to content

Instantly share code, notes, and snippets.

View shortenda's full-sized avatar

David Shorten shortenda

View GitHub Profile
#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;