shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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