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