We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eec9ac commit 65b2d8aCopy full SHA for 65b2d8a
1 file changed
SampleAI/Java/SampleAI.java
@@ -19,7 +19,6 @@ public static void main(String[] args) {
19
}
20
21
if (random == null) {
22
- writer.println("NO SEED");
23
random = new Random();
24
25
0 commit comments