shithub: MicroHs

ref: 352f99764dbd0228a2d8f62958596b4ab102268f
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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