blob: 26887f5365ef7137094c6cf6c0893223fd8bb583 [file] [log] [blame]
-- | Dump the arguments returned by Haskell
module DumpArgs(main) where
import System.Environment
main :: IO ()
main = getArgs >>= print