shithub: MicroHs

ref: ddfd7cbc3f0d1c3556e206f838986f61f9805e57
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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