Multiplication table by leonid

r=0..k=id%21
r.map{|i|puts ('%-4d'*k+'%d')%r.map{|j|[i*j,i,j].max}}

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

download

return to the top page