Skip to content

Instantly share code, notes, and snippets.

@fipar
Created January 22, 2014 17:32
Show Gist options
  • Select an option

  • Save fipar/8563193 to your computer and use it in GitHub Desktop.

Select an option

Save fipar/8563193 to your computer and use it in GitHub Desktop.
-- build binary with:
-- ghc --make -o hello maintest.hs
module Main where
main = putStrLn "Hello, world"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment