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