Reversed 8bit numbers by empitax

enum A{A;{for(int i=1;i>0;){System.out.println(i>>1);for(int b=256,r=1;b>0&&r>0;r=i&b,i^=b,b>>=1);}}}

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

download

return to the top page