shithub: MicroHs

ref: 685504706c3d19711850206392ba5ff882b72ed6
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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