We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d9046 commit b288376Copy full SHA for b288376
app/src/main/java/hexlet/code/GCD.java
@@ -25,7 +25,7 @@ public static void gameLogic() {
25
+ "Correct answer was" + "'" + result + "'");
26
}
27
if (Engine.questionCounter == 3) {
28
- System.out.println("Congratulations! " + Engine.userName);
+ System.out.println("Congratulations, " + Engine.userName + "!");
29
30
31
0 commit comments