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