Explorar el Código

Signed-off-by: mygit <2392456865@qq.com>
$git commit -m "hello"

mygit hace 1 año
commit
d50ac5efb5
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  1. 15 0
      test1.java

+ 15 - 0
test1.java

@@ -0,0 +1,15 @@
+package test;
+
+ 
+
+public class GitTag {
+
+       public static void main(String arg[]) {
+
+
+              System.out.println("Version1.0");
+  System.out.println("张英纯2207200343");
+
+       }
+
+}