shithub: MicroHs

ref: 4cf8efac4e2904538388874be4e3406da37202d6
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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