1
0
forked from Manyxyz/Lab2
This commit is contained in:
Manyxyz
2025-10-14 14:25:20 +02:00
parent e9a2237560
commit 7c140306af

View File

@@ -9,10 +9,13 @@ public class DemoApplication {
public static void main(String[] args) { public static void main(String[] args) {
System.out.println("Start application"); System.out.println("Start application");
System.out.println("brah4");
System.out.println("Another message"); System.out.println("Another message");
System.out.println("Second message"); System.out.println("Second message");
System.out.println("bra3");
System.out.println("master");
SpringApplication.run(DemoApplication.class, args); SpringApplication.run(DemoApplication.class, args);
} }