Move To Front Decode by david_werecat

char e[]="0123456789";main(a,b){for(;(a=getchar()-48)>=0;putchar(*e=b)){for(b=e[a];a--;e[a+1]=e[a]);}}

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

download

return to the top page