Last active
January 28, 2021 00:03
-
-
Save leanderbes/75d2ad69ef19588cad8b9e0a76f87d85 to your computer and use it in GitHub Desktop.
Quine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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