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