shithub: MicroHs

ref: 5cf57173904d6c8601682c36ec286bb3ea839a02
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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