shithub: MicroHs

ref: 8681ea7f41031e95eba880baf934d743cb558758
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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