shithub: MicroHs

ref: 778c3e3e51bbc33f13181d7ffd3b1aed1b30fcb9
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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