Skip to content

Instantly share code, notes, and snippets.

@LionZXY
Created May 29, 2016 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LionZXY/5916ce355d08d6d43a8b6acd71951c25 to your computer and use it in GitHub Desktop.
Save LionZXY/5916ce355d08d6d43a8b6acd71951c25 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#if false
print "Hello world"
'''
#endif
int main() {
printf("Hello world");
return 0;
}
#if false
'''
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment