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