1
0
forked from jd92910/App

Zmiany w main DemoApp

This commit is contained in:
jd92910 2025-10-10 09:03:30 +00:00
parent 01f22a38d7
commit 744f2bb229

View File

@ -12,6 +12,8 @@ public class DemoApplication {
System.out.println("TEST1");
System.out.println("You're up");
System.out.println("test2");
int x = 6;
System.out.println("You are number "+ x);
SpringApplication.run(DemoApplication.class, args);
}