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 9135b99 commit fa772f7Copy full SHA for fa772f7
app/src/main/java/hexlet/code/Engine.java
@@ -3,7 +3,7 @@
3
import java.util.Scanner;
4
5
public class Engine {
6
- public static final int ROUNDS = 10;
+ public static final int ROUNDS = 3;
7
8
public static void skeletonOfGames(String mainGameQuestion, String[][] rounds) {
9
0 commit comments