shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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