shithub: MicroHs

ref: 4351551503d2e4db1d53d0f0f321341f91a9eb79
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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