shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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