Skip to content

Instantly share code, notes, and snippets.

@apexskier
Forked from shortenda/py.c
Last active August 29, 2015 14:08
Show Gist options
  • Save apexskier/f446d473acfdd55afe39 to your computer and use it in GitHub Desktop.
Save apexskier/f446d473acfdd55afe39 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#define print puts
#define exit return
#define pass }
#define one \
if __name__ == "__main__":
#define two "\
"""
int main(int argc, char ** argv) {
#define thr "\
"""
print("Hello world!");
exit(0);
pass
#include <stdio.h>
#define print puts
#define exit return
#define pass }
#define one \
if __name__ == "__main__":
#define two "\
"""
int main(int argc, char ** argv) {
#define thr "\
"""
print("Hello world!");
exit(0);
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment