shithub: MicroHs

ref: 78f45bf00999d0e4e7bb55bbc36050137c26e94e
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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