shithub: MicroHs

ref: 291aa53d5681b9b64f428bd7a8a581cac1de41c1
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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