shithub: MicroHs

ref: 2e9cf5226d1110714005e33650eb522a2fd99356
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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