shithub: MicroHs

ref: 3ba552fd05c696349c6e43bfcc59953395400d40
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

main :: IO ()
main = putStrLn "hello, world\n"