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