Skip to content

Commit 1e058b3

Browse files
committed
fixed PrimeGame
1 parent d428625 commit 1e058b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/hexlet/code/games/PrimeGame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class PrimeGame {
44
static final int MAX_NUMBER_VALUE = 100;
5-
static final int MIN_INDEX_TO_START = 100;
5+
static final int MIN_INDEX_TO_START = 3;
66

77
public static void showGameRules(int gameCount) {
88
if (gameCount == 0) {

0 commit comments

Comments
 (0)