2 Commits

Author SHA1 Message Date
Student Politechniki
c1b88a902e Merge branch 'master' of https://gitea.cs.pollub.pl/Hubi0295/Lab2 2025-10-21 15:54:29 +02:00
Student Politechniki
7d0c180a66 Zmiana zrobiona przez mnie 2025-10-21 15:48:44 +02:00

View File

@@ -12,6 +12,7 @@ public class DemoApplication {
System.out.println("Third line added");
System.out.println(new Date());
SpringApplication.run(DemoApplication.class, args);
System.out.println("Dodalem zmiany Hubi0295 na repo szumik");
}
}