shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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