shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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