Skip to content

Instantly share code, notes, and snippets.

@martinomburajr
Created December 7, 2017 11:42
Show Gist options
  • Select an option

  • Save martinomburajr/61c77ff6072856897c3521a581d70ddc to your computer and use it in GitHub Desktop.

Select an option

Save martinomburajr/61c77ff6072856897c3521a581d70ddc to your computer and use it in GitHub Desktop.
Haskell Programming Language main method
main :: IO()
main =
putStrLn "Hello, World!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment