X-Git-Url: https://git.rmz.io/my-scheme.git/blobdiff_plain/1823a25e280d35093e3689ebb5a86361dd222504..0742b9f77a6fe617f929e21e143e35cd6e3d3ed6:/app/Main.hs diff --git a/app/Main.hs b/app/Main.hs index c0766c1..16e4939 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -4,4 +4,4 @@ import System.Environment main :: IO () main = do args <- getArgs - putStrLn ("Hello, " ++ args !! 0) + putStrLn (show (read (args !! 0) + read (args !! 1)))