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