shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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