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