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