Compare commits

..

2 Commits

Author SHA1 Message Date
694aef38e0 Merge pull request 'po zmianach' (#1) from HubertKwiatkowski/Lusniam_Lab2_repo:master into master
Reviewed-on: #1
2025-10-16 13:32:52 +00:00
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 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_4 comment");
System.out.println("Dev_5 comment"); System.out.println("Dev_5 comment");
System.out.println("Lab2 comment"); System.out.println("Lab2 comment");
System.out.println("New feature added");
SpringApplication.run(DemoApplication.class, args); SpringApplication.run(DemoApplication.class, args);
} }