Eilyed 1 년 전
커밋
b30cf586cc
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      k1.txt

+ 11 - 0
k1.txt

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