shithub: MicroHs

ref: 9b6056fc1528d9375fed9f780c226ddef51767dc
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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