gdritter repos hanzo / master examples / IOExitCode.hs
master

Tree @master (Download .tar.gz)

IOExitCode.hs @master

043e4e2
 
 
 
 
 
 
 
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