shithub: MicroHs

ref: 22468c3c253cdb5a65c30254ec6326b81ad987f5
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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