Quine by 51b

character*44s/44h(17hcharacter*44s/44ha,1h//13hprint s,s;end)/
print s,s;end

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

download

return to the top page