enum M{M;int i;{for(;i<256;)System.out.printf("%02x%c",i^i/8^i/64,++i%16<1?10:32);}}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page