shithub: MicroHs

ref: 8928c64b30aafa7166f96341009574d38b8d90d8
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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