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