shithub: MicroHs

ref: 405cddb412eae4af7cefb1091612290f875d5dc4
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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