shithub: MicroHs

ref: 2561f291a37c4f12b37f88bc3c0457a3bbe81549
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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