echo.hs

import System

main = do args <- getArgs
          putStrLn $ unwords args

[Sample Code Index] [Support Site Top]