ref: bbf99550ecfba54f1bb8a17a9dc0bd5a8032daa4 dir: /tests/Hello.hs/
module Hello(main) where import Prelude main :: IO () main = putStrLn "hello, world\n"