1 Commits

Author SHA1 Message Date
kejdzej
9e7cc18153 po zmianach 2025-10-16 15:31:14 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
Przyklad pliku Readme
Edycja w Lab2, gałąź new_feature
Edycja w Lab2
edytowane zostalo w readme

View File

@@ -14,7 +14,6 @@ public class DemoApplication {
System.out.println("Dev_4 comment");
System.out.println("Dev_5 comment");
System.out.println("Lab2 comment");
System.out.println("New feature added");
SpringApplication.run(DemoApplication.class, args);
}