Skip to content

Instantly share code, notes, and snippets.

@alcarney
Created November 19, 2015 15:32
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 alcarney/d80ef50694e889ceff41 to your computer and use it in GitHub Desktop.
Save alcarney/d80ef50694e889ceff41 to your computer and use it in GitHub Desktop.
A Hello World program in haskell
main :: IO ()
main = putStrLn "Hello, World!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment