shithub: MicroHs

ref: 90894aad227d110421d6bf7aa4862fb509ef7072
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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