Multiplication Table by fill

i;main(j){for(;i++<12;)for(j=1;j<13;)printf(j-13?"%3d ":"%3d\n",i*j++);}

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

download

return to the top page