shithub: MicroHs

ref: 32a97fd5217ed6b2b312f6b634ca316f8dc7e0fe
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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