shithub: MicroHs

ref: 1f78fbb7c97323669861ee578aad752ce09870fa
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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