shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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