Sfoglia il codice sorgente

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

winwin 1 anno fa
commit
8476341a8f
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  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");
+
+       }
+
+}