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