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