shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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