shithub: MicroHs

ref: 43cee651aef1d36c8476462866f715c272bcc964
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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