X-Git-Url: https://git.rmz.io/my-scheme.git/blobdiff_plain/0742b9f77a6fe617f929e21e143e35cd6e3d3ed6..f124ec5ddc0b30d092be82eb7b9fd3a9d1f47990:/app/Main.hs diff --git a/app/Main.hs b/app/Main.hs index 16e4939..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 (show (read (args !! 0) + read (args !! 1))) + args <- getLine + putStrLn (args)