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