Skip to content

Commit fa772f7

Browse files
committed
fixed numbers of rounds
1 parent 9135b99 commit fa772f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import java.util.Scanner;
44

55
public class Engine {
6-
public static final int ROUNDS = 10;
6+
public static final int ROUNDS = 3;
77

88
public static void skeletonOfGames(String mainGameQuestion, String[][] rounds) {
99

0 commit comments

Comments
 (0)