shithub: MicroHs

ref: 4c94735e4901cf9ce6784f903f844486c7a215a3
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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