shithub: MicroHs

ref: 5e4269979d59feca498eba9c7ea35c8b10712e28
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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