瀏覽代碼

Signed-off-by: mygit <2392456865@qq.com>
$git commit -m "hello"

mygit 1 年之前
當前提交
d50ac5efb5
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15 0
      test1.java

+ 15 - 0
test1.java

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