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