shithub: MicroHs

ref: 70df575cf34ed72c2f824b96d09407d205c103e6
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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