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