Multiplication Table by murky-satyr

(doseq[y(range 1 13)x(range 1 13)](printf"%3d%s"(* x y)(if(= x 12)\
\ )))

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

download

return to the top page