shithub: MicroHs

ref: 2f9eab4db4e811e4c75ea370a64914abc94abf9c
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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