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