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