shithub: MicroHs

ref: 1183599d461f1902162f40c7e4ea0a2e73accaa9
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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