packed UTF 9 by hinoe

c,d;main(i){for(;~scanf("%x",&c);d=c)--i%9&&putchar(c*256+d>>~i%9);}

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

download

return to the top page