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