shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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