shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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