Compare commits

1 Commits

Author SHA1 Message Date
4c777ba0a3 Update Readme.txt 2025-10-16 10:40:20 +00:00
2 changed files with 1 additions and 3 deletions

View File

@@ -1,3 +1,2 @@
Dokumentacja projektu (edytowana)
bartek zmiana
Dodana nowa linia z innego brancha

View File

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