shithub: MicroHs

ref: 915858ede2f72c0da869397c78a7cc6f5912b3fb
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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