shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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