shithub: MicroHs

ref: 29147d26b73966a63d40841d0b4682bbe04e76b8
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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