shithub: MicroHs

ref: 418f23827bbdf375c0129a2f4a5ec65435a44c33
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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