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