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