shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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