shithub: MicroHs

ref: 2bb5d671ca5039456bfbad16ddb26f42573f3fd2
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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