Browse Source

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

cx 1 year ago
parent
commit
3faa215056
1 changed files with 13 additions and 0 deletions
  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");
+
+       }
+
+}