We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e407a5 + 75dee75 commit 0b07a0cCopy full SHA for 0b07a0c
1 file changed
test.java
@@ -1,3 +1,10 @@
1
import java.util.*;
2
3
// I am addingmore
4
+public class test {
5
+
6
+ public static void main(String[] args) {
7
+ System.out.println("Too late, I have already added something.");
8
+ }
9
10
+}
0 commit comments