Skip to content

Instantly share code, notes, and snippets.

@lucapette
Created September 25, 2010 22:21
Show Gist options
  • Save lucapette/597354 to your computer and use it in GitHub Desktop.
Save lucapette/597354 to your computer and use it in GitHub Desktop.
quine in c
#define t(x) main(){printf(#x"\nt("#x")\n");}
t(#define t(x) main(){printf(#x"\nt("#x")\n");})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment