We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e407a5 commit 75dee75Copy full SHA for 75dee75
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