shithub: MicroHs

ref: 3f7af2a4f9c9f042294c6e61117cc8fa3b87460a
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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