Browse Source

fix:测试..

guyanqing 1 year ago
parent
commit
06dccc7f53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      04maven/test/src/main/java/org/example/App.java

+ 1 - 1
04maven/test/src/main/java/org/example/App.java

@@ -8,6 +8,6 @@ public class App
 {
     public static void main( String[] args )
     {
-        System.out.println( "Hello World!" );
+        System.out.println( "Hello World!!!!" );
     }
 }