瀏覽代碼

Signed-off-by: cx <1140698935@qq.com>
$git commit -m "hello,commit"

cx 1 年之前
父節點
當前提交
3faa215056
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      demo1.sql

+ 13 - 0
demo1.sql

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