packed UTF 9 by murky-satyr

k=x=0
("$System.in"=~/\w+/).each{x|=0.valueOf(it,16)<<k+9
!k--?k=8:print((x>>=9)%256as char)}

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

download

return to the top page