shithub: MicroHs

ref: 4944da4fa51bfa7344a7dcbde741160ddc2b5865
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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