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