shithub: MicroHs

ref: 2ec34c1ab7655acce61166bd267290b590e20a1a
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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