Skip to content

Commit 1e496aa

Browse files
committed
upd Prime.java
1 parent b288376 commit 1e496aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static void gameLogic() {
3030
System.out.println("This is not correct answer,try again!\n");
3131
}
3232
if(Engine.questionCounter == 3) {
33-
System.out.println("Congratulations! " + Engine.userName);
33+
System.out.println("Congratulations, " + Engine.userName + "!");
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)