télécharger
main :: IO () main = affiche "Hello World!" affiche :: String -> IO () affiche = putStrLn