shithub: MicroHs

ref: 35cce280d13af16b858d19f5f1aa7a22616ffec9
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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