Browse Source

这个是版本1

xiaoke 1 year ago
parent
commit
fae93ce1ef
1 changed files with 5 additions and 0 deletions
  1. 5 0
      test01.java

+ 5 - 0
test01.java

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