shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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