ソースを参照

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

winwin 1 年間 前
コミット
8476341a8f
1 ファイル変更13 行追加0 行削除
  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");
+
+       }
+
+}