shithub: MicroHs

ref: 4b77541001916182ec3fa44992164dc975010657
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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