Browse Source

第二次 提交

2207200303 1 year ago
parent
commit
e0fe6313f1
1 changed files with 9 additions and 0 deletions
  1. 9 0
      2.txt

+ 9 - 0
2.txt

@@ -0,0 +1,9 @@
+package test;
+
+public class GitTag{
+	public static void main(String arg[]){
+	System.out.println("Version2.2");
+	System.out.println("2207200303 嘉辉");
+	System.out.println("3");
+	}
+}