shithub: MicroHs

ref: 053395e9a32c8c94ca2fd847128847a4579eb600
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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