main #2

Merged
Konrad merged 2 commits from s99664/Lab2:main into main 2025-10-16 11:28:21 +00:00
Showing only changes of commit f6b8fb237d - Show all commits

View File

@@ -14,6 +14,7 @@ public class DemoApplication {
System.out.println("Main message");
System.out.println("Feature 1 message");
System.out.println("Feature 2 message");
System.out.println("Zmiana kolejna");
System.out.println(new Date());
SpringApplication.run(DemoApplication.class, args);
}