Guess what it does by Hendrik

main(i,j){for(j=-251;++j<250;printf("%d ",i>12?i+7:i))i=j<0?~j:j;}

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

download

return to the top page