Skip to content

Instantly share code, notes, and snippets.

@dminuoso

dminuoso/foo.hs Secret

Created June 27, 2021 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dminuoso/ab50177469e73aee70b7dbf1e52603d9 to your computer and use it in GitHub Desktop.
Save dminuoso/ab50177469e73aee70b7dbf1e52603d9 to your computer and use it in GitHub Desktop.
main = do
putStrLn "foo"
r <- getLine
getLine >>= \i -> do
s <- getLine
print r
print i
print s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment