Multiplication Table by hallvabo

class M{static{for(int n=11;n++<155;)System.out.printf("%3d%c",n/12*(n%12+1),32-n%12/11*22);}}

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

download

return to the top page