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