shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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