shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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