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 8b9749e commit e029c4cCopy full SHA for e029c4c
app/src/main/java/hexlet/code/Engine.java
@@ -32,4 +32,4 @@ public static void gameEngine(String exercise, String[][] questionAndAnswerPairs
32
public static void runGame(String exercise, String[][] questionAndAnswerPairs) {
33
gameEngine(exercise, questionAndAnswerPairs);
34
}
35
-}
+}
0 commit comments