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