shithub: MicroHs

ref: 90fbe26cf3b7aa040808ba392e30e9ffe30f318b
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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