소스 검색

Signed-off-by: root <3020917182@qq.com>
$git commit -m "hello, i will commit"

root 1 년 전
커밋
67dcce6be9
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      test.java

+ 9 - 0
test.java

@@ -0,0 +1,9 @@
+public class GitTag {
+
+       public static void main(String arg[]) {
+
+              System.out.println("Version1.0");
+
+       }
+
+}