Multiplication Table by notogawa

import Text.Printf
main=mapM putStrLn[tail$s>>=printf"%4d".(y*)|y<-s]
s=[1..12::Int]

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

download

return to the top page