shithub: MicroHs

ref: 13593bf35c35d09fc9e01c030d813c3de58a2fc8
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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