shithub: MicroHs

ref: 539ad1650abfd06834f86d3ad291f5b20ff4d3d6
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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