shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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