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