1 2 3 4 5 6 7 8
module T15904 (main) where import System.Environment main :: IO () main = do args <- getArgs mapM_ putStrLn args