3 lines
72 B
Haskell
3 lines
72 B
Haskell
|
|
import Data.List
|
||
|
|
main = mapM putStrLn $ transpose ["abd", "ABC", "123"]
|