shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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