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