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