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