shithub: MicroHs

ref: 5a2593dc1185d6b5597e53c8d4d05a31f8462624
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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