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