packed UTF 9 by murky-satyr

(y:=File standardInput contents split)map(i,x,x=x fromBase(16)
if(0<i=i%9,(y|x<<9-i&127)asCharacter print)
y=x>>i)

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

download

return to the top page