shithub: MicroHs

ref: b9daf68bd8c951e69d2a317c1440594793686133
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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