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