소스 검색

第二次 提交

2207200303 1 년 전
부모
커밋
e0fe6313f1
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  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");
+	}
+}