guess what it does extreme by Hint (http://fmnssun.ibone.ch/hint/)

i;c=256;main(){while(i<256){c^=++i;c+=!(i%4)+!(c%3);printf("%d %d\n",i,c);}}

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

download

return to the top page