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