shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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