hdiff
packages
feed
Files
-0.1.0.0: library/deps/Hello.hs
module Hello (hello) where hello :: String -> String hello s = "Hello " ++ s ++ "!"