shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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