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