shithub: MicroHs

ref: a7c4958176ee0042ac9e88cf8add22aa67ffe706
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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