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