Multiplication table by twobit

a=io.read()for i=0,a do
for x=0,a do io.write((x<1*a and"%-4d"or"%d\n"):format(math.max(i,x,i*x)))end
end

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

download

return to the top page