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