Browse Source

version 2.0

ChJ7H 1 year ago
parent
commit
65ef3fae4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GitTag.java

+ 1 - 1
GitTag.java

@@ -2,6 +2,6 @@ package test;
 
 public class GitTag {
     public static void main(String[] args) {
-        System.out.println("Version1.0");
+        System.out.println("张泓浩");
     }
 }