Skip to content

Commit fb1e757

Browse files
committed
init
1 parent 52a99db commit fb1e757

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

section-05-arrays/src/main/java/WordQuestDemov2.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ public static void main(String[] args) throws IOException {
1515
String secretWord = getRandomWord(fileName);
1616

1717
// NOTE: only for testing purposes
18-
System.out.println("TESTING ONLY: secretWord=" + secretWord);
19-
System.out.println();
18+
// System.out.println("TESTING ONLY: secretWord=" + secretWord);
19+
// System.out.println();
2020

2121
int maxAttempts = 10;
2222

0 commit comments

Comments
 (0)