shithub: MicroHs

ref: 7d146bd75d98bea509acfad35ee5515423892e47
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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