shithub: MicroHs

ref: 7f0888567aa181bc6a7c6802c25f3ab4ee0bf683
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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