Skip to content

Instantly share code, notes, and snippets.

@lucapette
Created September 25, 2010 22:13
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 lucapette/597350 to your computer and use it in GitHub Desktop.
Save lucapette/597350 to your computer and use it in GitHub Desktop.
quine in C
char *s="char *s=%c%s%c%c%c%cmain()%c{%c printf(c,10,34,c,34,59,10);%c printf(s,34,s,34,59,10,10,10,10,10,10,10);%c}%c";
main()
{
printf(s,34,s,34,59,10,10,10,10,10,10,10);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment