fork download
  1. import Data.List
  2. f = concat.transpose
  3.  
  4. main = do
  5. putStrLn $ f ["SIMPLE"];
  6. putStrLn $ f ["POLLS", "EPEES"];
  7. putStrLn $ f ["LYES", "APRONS"];
  8. putStrLn $ f ["ABCDE", "a c", "123 567"];
  9. putStrLn $ f ["\"\n$?*", "", ",(.)\\"]
Success #stdin #stdout 0s 4700KB
stdin
Standard input is empty
stdout
SIMPLE
PEOPLELESS
LAYPERSONS
Aa1B 2Cc3D E567
",
($.?)*\