Spoiler entfernt

This commit is contained in:
Marc Koch 2020-04-07 15:46:25 +02:00
parent a8b572c375
commit 02b5e4955a
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ public class hangman {
StringBuilder maske = erzeugeMaske(wort.toString());
StringBuilder maskeVorlage = erzeugeMaske(wort.toString());
System.out.println(wort);
System.out.println(maske.toString());
int zaehler = wort.length() + 3;