shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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