shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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