Version fixed with merging

This commit is contained in:
MikolajSzuper
2025-10-14 13:51:29 +02:00
2 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ 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("Hello World"); System.out.println("Second line added");
SpringApplication.run(DemoApplication.class, args); SpringApplication.run(DemoApplication.class, args);
} }