Expression for appreciation by TokusiN

i;main(j){for(;j<10;printf("%9d * 9 +%3d = %d\n",i,j,i*9+j))i=i*10+j++;}

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

download

return to the top page