shithub: MicroHs

ref: 2e57a841206dffa9015c16471490e036e9a53551
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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