Multiplication table by clock

n=io.read()for i=0,n do s=i for j=1,n do s=(s.."   "):sub(1,j*4)..j*(0^i+i)end print(s)end

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

download

return to the top page