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