shithub: MicroHs

ref: 83c472492f864dce83e948d6968417bc3538db18
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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