shithub: MicroHs

ref: 449bca1f531eae7599d5681d533220a10fb8ccc8
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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