shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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