shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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