Reversed 8bit numbers by chocobi

a;main(n){for(;n<<21;a=++n%8?a:!printf("%d\n",a))a+=n/8&1<<n%8?1<<7-n%8:0;}

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

download

return to the top page