Skip to content

Commit 64e26c2

Browse files
committed
fix
1 parent 3d9c23b commit 64e26c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/Random.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
public class Random {
2-
2+
public static void main(String[] args) {
3+
System.out.println(new java.util.Random().nextInt(90000) + 10000 + "");
4+
}
35
}

0 commit comments

Comments
 (0)