xuling 2 年之前
父節點
當前提交
3e7f5cd398
共有 1 個文件被更改,包括 6 次插入0 次删除
  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("徐凌");
+    }
+}