shithub: MicroHs

ref: 44632872bf36b7de350ed6dfbd411b350b91cfa0
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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