shithub: MicroHs

ref: 4b762b6716de3f878c33883f47cfc3f1afb7f2cf
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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