packed UTF 9 by notogawa

main=interact$f.read.concat.("0x":).reverse.words
f 8=""
f n=toEnum(fromEnum$mod n 512):f(div n 512)

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

download

return to the top page