shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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