Guess what it does by macik

void main(){foreach(x;-250..250){int y=x<0?-x-1:x;printf("%d ",y>12?y+7:y);}}

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

download

return to the top page