X-Git-Url: https://git.rmz.io/my-scheme.git/blobdiff_plain/1823a25e280d35093e3689ebb5a86361dd222504..f124ec5ddc0b30d092be82eb7b9fd3a9d1f47990:/app/Main.hs?ds=sidebyside diff --git a/app/Main.hs b/app/Main.hs index c0766c1..2740935 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -1,7 +1,8 @@ module Main where +import Text.ParserCombinators.Parsec import System.Environment main :: IO () main = do - args <- getArgs - putStrLn ("Hello, " ++ args !! 0) + args <- getLine + putStrLn (args)