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