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