Skip to content

Instantly share code, notes, and snippets.

@leanderbes
Last active January 28, 2021 00:03
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 leanderbes/75d2ad69ef19588cad8b9e0a76f87d85 to your computer and use it in GitHub Desktop.
Save leanderbes/75d2ad69ef19588cad8b9e0a76f87d85 to your computer and use it in GitHub Desktop.
Quine
#include<stdio.h>
void main(){char*s="#include<stdio.h>%cvoid main(){char*s=%c%s%c;printf(s,10,34,s,34);}";printf(s,10,34,s,34);}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment