shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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