diff options
Diffstat (limited to 'fr-fr/scala-fr.html.markdown')
-rw-r--r-- | fr-fr/scala-fr.html.markdown | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fr-fr/scala-fr.html.markdown b/fr-fr/scala-fr.html.markdown index c6a61745..10066b95 100644 --- a/fr-fr/scala-fr.html.markdown +++ b/fr-fr/scala-fr.html.markdown @@ -12,7 +12,6 @@ lang: fr-fr ### Scala - le langage évolutif ```scala - /* Pour vous préparer : @@ -443,8 +442,6 @@ for(line <- Source.fromFile("myfile.txt").getLines()) println(line) // On utilise le PrintWriter de Java pour écrire un fichier - - ``` ## Autres ressources |