shithub: MicroHs

ref: 66c7fd6779c2e4c0032532edb3679a383d41b01e
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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