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 d428625 commit 1e058b3Copy full SHA for 1e058b3
app/src/main/java/hexlet/code/games/PrimeGame.java
@@ -2,7 +2,7 @@
2
3
public class PrimeGame {
4
static final int MAX_NUMBER_VALUE = 100;
5
- static final int MIN_INDEX_TO_START = 100;
+ static final int MIN_INDEX_TO_START = 3;
6
7
public static void showGameRules(int gameCount) {
8
if (gameCount == 0) {
0 commit comments