Created
July 17, 2019 04:12
-
-
Save airicbear/6b0adc38d81430ca7becc8e0a5b0624c to your computer and use it in GitHub Desktop.
Print arguments in Haskell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import System.Environment | |
main = do | |
args <- getArgs | |
print args |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment