shithub: MicroHs

ref: 364f3d4d2ca54d774cfc2cef31060b21723ffbef
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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