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 3d9c23b commit 64e26c2Copy full SHA for 64e26c2
src/main/java/Random.java
@@ -1,3 +1,5 @@
1
public class Random {
2
-
+ public static void main(String[] args) {
3
+ System.out.println(new java.util.Random().nextInt(90000) + 10000 + "");
4
+ }
5
}
0 commit comments