shithub: MicroHs

ref: 8984756cd8d62913bdcdb16ed44b9483c21c047e
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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