swarley

Make Yourself A Scheme In Haskell Example

Sep 20th, 2011
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. module Main where
  2. import System.Environment
  3. main :: IO ()
  4. main = do args <− getArgs
  5.     putStrLn ( "Hello, " ++ args !! 0)
Add Comment
Please, Sign In to add comment