shithub: MicroHs

ref: 895f767258f28ceddd3fcb87bce84ad98acb565a
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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