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