shithub: MicroHs

ref: 6b9035f7ecaffe62b847d038706371d524fb5144
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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