shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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