shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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