update MathGame.java

This commit is contained in:
hengyunabc
2021-01-11 19:39:54 +08:00
parent 2ab06df83c
commit a72ea418c5
+1 -1
View File
@@ -8,7 +8,7 @@ import java.util.concurrent.TimeUnit;
public class MathGame {
private static Random random = new Random();
public int illegalArgumentCount = 0;
private int illegalArgumentCount = 0;
public static void main(String[] args) throws InterruptedException {
MathGame game = new MathGame();