Ver Fonte

wangxuyu

Eilyed há 1 ano atrás
commit
b30cf586cc
1 ficheiros alterados com 11 adições e 0 exclusões
  1. 11 0
      k1.txt

+ 11 - 0
k1.txt

@@ -0,0 +1,11 @@
+package test;
+
+public class GitTag {
+
+       public static void main(String arg[]) {
+
+              System.out.println("Version1.0");
+	      System.out.println("2207190425 王旭宇");
+       }
+
+}