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