Quine by 51b(D 2.0)

void main(){auto s=&*"void main(){auto s=&*%c%s%1$c;printf(s,34,s);}";printf(s,34,s);}

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

download

return to the top page