xiehuanqun hace 1 mes
padre
commit
87f1fe0574
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main/java/com/example/test/TestApplication.java

+ 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");
     }
 
 }