shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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