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("徐凌");
+    }
+}