2 Commits

Author SHA1 Message Date
lusniam
374cc456c2 Added new feature 2025-10-16 15:13:56 +02:00
d26266ff41 Update Readme.txt 2025-10-16 13:09:51 +00:00
2 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -14,6 +14,7 @@ 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);
}