shithub: MicroHs

ref: 57c1b0cda73f79d6c5040c1320ecc730073d896a
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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