Skip to content

Instantly share code, notes, and snippets.

@lmdexpr
Created March 7, 2014 15:28
Show Gist options
  • Save lmdexpr/9413525 to your computer and use it in GitHub Desktop.
Save lmdexpr/9413525 to your computer and use it in GitHub Desktop.
main :: IO()
main =
putStrLn $ "The answer to the Ultimate Question of Life, "
++ "the Universe, and Everything is "
++ show answer
where
answer = 42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment