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