Przeglądaj źródła

Signed-off-by: winwin <jyy@qq.com>
$git commit -m "hello!"

winwin 1 rok temu
commit
8476341a8f
1 zmienionych plików z 13 dodań i 0 usunięć
  1. 13 0
      update.sql

+ 13 - 0
update.sql

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