shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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