shithub: MicroHs

ref: 39148aaab234336876285659e71396c194e92067
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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