shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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