Skip to content

Instantly share code, notes, and snippets.

@dminuoso

dminuoso/f.hs Secret

Last active January 10, 2023 13:28
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/680dffafddae4e272f79e5bc4b0db2cc to your computer and use it in GitHub Desktop.
Save dminuoso/680dffafddae4e272f79e5bc4b0db2cc to your computer and use it in GitHub Desktop.
main = do
[r] <- getArgs
case r of
"ex1" -> mainEx1
"ex2" -> mainEx2
"ex3" -> mainEx3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment