shithub: MicroHs

ref: 014948ff9d59fcbb490a61773af9ba2488a3db37
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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