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