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