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