1 2 3 4 5 6 7
module Test (test) where import System.Environment test :: IO () test = do print =<< getArgs