shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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