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