shithub: MicroHs

ref: 1841a9ade05abfdc3ca6aa4186cc45ad6adda3c3
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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