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