mygit 1 жил өмнө
parent
commit
d6265db1d5
1 өөрчлөгдсөн 10 нэмэгдсэн , 0 устгасан
  1. 10 0
      GitTag.java

+ 10 - 0
GitTag.java

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