shithub: MicroHs

ref: 30bbf972cec6f7ed080b42d6ccead04e110f8b98
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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