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