Quine by notogawa

#import<ios>
main(char*p){printf(p="#import<ios>%cmain(char*p){printf(p=%c%s%2$c,10,34,p);}",10,34,p);}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page