Skip to content
Snippets Groups Projects
Commit 2e28f993 authored by joel.cavat's avatar joel.cavat
Browse files

Update README.md

parent 0fd0b229
Branches
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
- L'abstraction doit avoir au moins deux méthodes par défaut (non statiques) - L'abstraction doit avoir au moins deux méthodes par défaut (non statiques)
- Corrigez le nom de la méthode `exist` en `exists` - Corrigez le nom de la méthode `exist` en `exists`
- 13.11.2019: Le rendu est bien le 17 novembre à 22h00 - 13.11.2019: Le rendu est bien le 17 novembre à 22h00
- 22.11.2019: askLetter retourne un `char`
## Délais ## Délais
...@@ -301,7 +302,7 @@ h.printGallow(); // affiche la potence même si aucune erreur ...@@ -301,7 +302,7 @@ h.printGallow(); // affiche la potence même si aucune erreur
// Utilisation finale // Utilisation finale
while ( !h.isFinished() ) { while ( !h.isFinished() ) {
String letter = askLetter(); // demande une lettre à l'utilisateur char letter = askLetter(); // demande une lettre à l'utilisateur
h = h.tryWith( letter ); h = h.tryWith( letter );
h.printCurrentWord(); h.printCurrentWord();
h.printGallowIfError(); h.printGallowIfError();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment