Multiplication table by teebee

for(i=0,n=input,print(sum(j=0,n-1,i+!i+printf("%-4d",i*j+!(i*j)*(i+j)))))

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

download

return to the top page