shithub: MicroHs

ref: 217943ad8a937b60de6c7bceabdeb328b66f12f2
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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