Reversed 8bit numbers by whatisgolf

i,j;main(){for(;j=j>i?j/2:!!printf("%d\n",i)<<7;)i^=j;}

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

download

return to the top page