We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a99db commit fb1e757Copy full SHA for fb1e757
1 file changed
section-05-arrays/src/main/java/WordQuestDemov2.java
@@ -15,8 +15,8 @@ public static void main(String[] args) throws IOException {
15
String secretWord = getRandomWord(fileName);
16
17
// NOTE: only for testing purposes
18
- System.out.println("TESTING ONLY: secretWord=" + secretWord);
19
- System.out.println();
+ // System.out.println("TESTING ONLY: secretWord=" + secretWord);
+ // System.out.println();
20
21
int maxAttempts = 10;
22
0 commit comments