shithub: MicroHs

ref: 4e989962968259b37d7686abc2f625569430aa7e
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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