浏览代码

$git commit -m "hellow,i will commit!"
Signed-off-by: cx <1140698935@qq.com>

cx 1 年之前
当前提交
c17f5b4fba
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      demo1.class

+ 13 - 0
demo1.class

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