Explorar el Código

v2.0

Signed-off-by: taotao <1574357175@qq.com>
taotao hace 1 año
padre
commit
3331adbfe8
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      update.java

+ 2 - 0
update.java

@@ -3,6 +3,8 @@ package test;
 public class GitTag{
 	public static void main(String arg[]){
 		System.out.println("Version1.0");
+		System.out.println("Version2.0 吴晓华 2207190428");
+		
 	}
 	
 }