shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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