shithub: MicroHs

ref: 6ba9268d27f576828a2c16113815d54bb90d868a
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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