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