shithub: MicroHs

ref: 1e5a13f417d66bbd84ad4f774a58f01ef213c939
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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