packed UTF 9 by murky-satyr

for([i,x]in readline(r='').match(/\S+/g))x='0x'+x,(i%=9)?r+=String.fromCharCode(y|x<<9-i):0,y=x>>i
print(r)

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

download

return to the top page