shithub: MicroHs

ref: e56a720c2f5057a74a91f4443c8971077973fcb3
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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