shithub: MicroHs

ref: ace94aa2ddfd17ceb707ee98f172209760842576
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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