Skip to content

Instantly share code, notes, and snippets.

@up1
Created March 19, 2016 03:26
Show Gist options
  • Select an option

  • Save up1/64413709f39758f0ba42 to your computer and use it in GitHub Desktop.

Select an option

Save up1/64413709f39758f0ba42 to your computer and use it in GitHub Desktop.
Lab haskell at SPRINT3R
== Hello World ==
module Main where
main :: IO()
main = do
putStrLn "Hello World"
Compile and Executable
$ghc -o hello hello.hs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment