Ascii decode by tanakh

main=interact$f.read;f 0="";f n=f(n`div`256)++[toEnum$fromEnum$n`mod`256]

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

download

return to the top page