xiehuanqun 1 miesiąc temu
rodzic
commit
87f1fe0574

+ 1 - 0
src/main/java/com/example/test/TestApplication.java

@@ -11,6 +11,7 @@ public class TestApplication {
         System.out.println("  __                       \n" +
                 " (_ _|_  _. ._ _|_  _   _| \n" +
                 " __) |_ (_| |   |_ (/_ (_|");
+        System.out.println("Welcome to the Test Application");
     }
 
 }