shithub: MicroHs

ref: 1868f9fc154fcf541dea8843b779ba22a0fa7d2b
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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