shithub: MicroHs

ref: dda1943b64afc23dee860b4f058c7f182748b7f7
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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