shithub: MicroHs

ref: 14144a6a307102bbe2eb9841a3988bec5407dbc1
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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