mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
update MathGame.java
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user