Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Dec 3, 2018
1 parent e85e952 commit f9ba6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/main/java/demo/MathGame.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
public class MathGame {
private static Random random = new Random();

private int illegalArgumentCount = 0;
public int illegalArgumentCount = 0;

public static void main(String[] args) throws InterruptedException {
MathGame game = new MathGame();
Expand Down

0 comments on commit f9ba6b0

Please sign in to comment.