Quine by shinh

c=\;; s=\'; d=\\; x='echo c=$d$c$c s=$d$s$c d=$d$d$c x=$s$x$s$c$x';echo c=$d$c$c s=$d$s$c d=$d$d$c x=$s$x$s$c$x

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

download

return to the top page