shithub: MicroHs

ref: 17fb38244a28309e8079faa9e89172a0beeb852e
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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