We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412069d commit 5cd331fCopy full SHA for 5cd331f
车前子/main.hs
@@ -0,0 +1 @@
1
+import Text.Printf;main=putStrLn$unlines[unwords[printf"%d*%d=%-2d" y x (x*y)|y<-[1..x]]|x<-[1..9::Int]]
0 commit comments