shithub: MicroHs

ref: 6320170900cd1aca6ac9c4d9bc99287eb3f173ca
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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