Skip to content

Commit b288376

Browse files
committed
upd GCD.java
1 parent 82d9046 commit b288376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/hexlet/code/GCD.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static void gameLogic() {
2525
+ "Correct answer was" + "'" + result + "'");
2626
}
2727
if (Engine.questionCounter == 3) {
28-
System.out.println("Congratulations! " + Engine.userName);
28+
System.out.println("Congratulations, " + Engine.userName + "!");
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)