Browse Source

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

root 1 year ago
commit
67dcce6be9
1 changed files with 9 additions and 0 deletions
  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");
+
+       }
+
+}