shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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