shithub: MicroHs

ref: 5a0cebe0789e64bf4db3db962a840dd673740393
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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