shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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