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