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