shithub: MicroHs

ref: 0c1958c69aacd03ce364b048176026bad28a8334
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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