Skip to content

Commit

Permalink
Simple "print my args".
Browse files Browse the repository at this point in the history
  • Loading branch information
bos committed Sep 7, 2011
1 parent b3c2e40 commit d9ef787
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Main.hs
@@ -1 +1,5 @@
main = putStrLn "hello world"
import System.Environment

main = do
args <- getArgs
print args

0 comments on commit d9ef787

Please sign in to comment.