Guess what it does by Alinfty

main(i){for(i=257;--i>-258;printf("%d ",0>i?~i:i))i-=i==19||i==-14?7:0;}

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

download

return to the top page