shithub: MicroHs

ref: 496c846ff65f795f72af5a8c8163f2e032bd2859
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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