Skip to content

Commit 5cd331f

Browse files
committed
haskell
1 parent 412069d commit 5cd331f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

车前子/main.hs

+1
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)