shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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