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