Multiplication table by clock

for(n=readline(i=-1);i++<n;print(s))for(s=i,j=0;j++<n;)s=(s+"   ").slice(0,4*j)+j*(i||1)

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

download

return to the top page