shithub: MicroHs

ref: 11de082b61546dbd5b02bb2a5d3a389a9a716ec5
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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