shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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