shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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