xuling 2 years ago
parent
commit
3e7f5cd398
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Desktop/work1/GitTag.java

+ 6 - 0
Desktop/work1/GitTag.java

@@ -0,0 +1,6 @@
+public class GitTag {
+    public static void main(String[] args) {
+        System.out.println("Version1.0");
+        System.out.println("徐凌");
+    }
+}