Multiplication Table by murky-satyr

for(i<-1 to 12;j<-1 to 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