shithub: MicroHs

ref: 8736599eaee732d666f8343782fc86f7e9f50a01
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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