shithub: MicroHs

ref: 0d0cec2df940bdbfcdb459707cfff4c4130b3d08
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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