Multiplication Table by nn

i;main(j){for(;j>12?j=++i<12:printf("%3d%c",-~i*j++,32-j/12*22););}

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

download

return to the top page