shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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