Преглед изворни кода

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");
+
+       }
+
+}