shithub: MicroHs

ref: a61784c0598e8e8917053ab3b3e5def7190274cc
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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