shithub: MicroHs

ref: 8e4405a55b3531c0465b0abcd02a9cc8f14528f1
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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