shithub: MicroHs

ref: c43ac952958cf35d35b0c48715f695feea16d226
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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