shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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