packed UTF 9 by test

main=interact$init.f.read.("0x"++).concat.reverse.words
f 0=""
f x=toEnum(fromIntegral(x`mod`n)):f(x`div`n)
n=512::Integer

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

download

return to the top page