Skip to content

Instantly share code, notes, and snippets.

@airicbear
Created July 17, 2019 04:12
Show Gist options
  • Save airicbear/6b0adc38d81430ca7becc8e0a5b0624c to your computer and use it in GitHub Desktop.
Save airicbear/6b0adc38d81430ca7becc8e0a5b0624c to your computer and use it in GitHub Desktop.
Print arguments in Haskell
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