shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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