shithub: MicroHs

ref: 966103e5c11cfff2c3577364eb9b4879c987a282
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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