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