2207190540 1 year ago
parent
commit
9f3047706d
2 changed files with 17 additions and 1 deletions
  1. 2 1
      1.txt
  2. 15 0
      test/1.txt

+ 2 - 1
1.txt

@@ -6,7 +6,8 @@ public class GitTag {
 
        public static void main(String arg[]) {
 
-              System.out.println("Version1.0");
+                System.out.println("Version2.0");
+	System.out.println("2207190540 肖国铃");
 
        }
 

+ 15 - 0
test/1.txt

@@ -0,0 +1,15 @@
+package test;
+
+ 
+
+public class GitTag {
+
+       public static void main(String arg[]) {
+
+                System.out.println("Version2.0");
+	System.out.println("2207190540 肖国铃");
+
+       }
+
+}
+