shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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