shithub: MicroHs

ref: 1ae3cf8839a2498525a5c9753d3c4226d88ee09e
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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