gdritter repos hanzo / master examples / IOExitCode.hs
master

Tree @master (Download .tar.gz)

IOExitCode.hs @masterraw · history · blame

1
2
3
4
5
6
7
8
module Main where

import qualified Hanzo

main :: IO ()
main = Hanzo.main $ do
  putStrLn "Hello, world!"
  pure Hanzo.ExitSuccess