shithub: MicroHs

ref: 763763f37fb5d16de3c91da15bb604ec33d762ba
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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