Quine by jonas

c=";p(i){putchar(i);}a(){p(34);printf(c);}main(){p(99);a(a(p(61)));}";p(i){putchar(i);}a(){p(34);printf(c);}main(){p(99);a(a(p(61)));}

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

download

return to the top page