Przeglądaj źródła

第二次 提交

2207200303 1 rok temu
rodzic
commit
e0fe6313f1
1 zmienionych plików z 9 dodań i 0 usunięć
  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");
+	}
+}