shithub: MicroHs

ref: 9b0ffcfa58467f8aed34bac585c89c5ed4188ccc
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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