diff options
Diffstat (limited to 'bin/Main.hs')
-rw-r--r-- | bin/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Main.hs b/bin/Main.hs index 591fc1e..6207e02 100644 --- a/bin/Main.hs +++ b/bin/Main.hs | |||
@@ -34,6 +34,6 @@ main = do | |||
34 | args <- getArgs | 34 | args <- getArgs |
35 | if null args | 35 | if null args |
36 | then do | 36 | then do |
37 | print ";;; Entering lisk repl ..." | 37 | putStrLn ";;; Entering lisk repl ..." |
38 | repl | 38 | repl |
39 | else print $ eval =<< readExpr (head args) | 39 | else print $ eval =<< readExpr (head args) |