1 Commits

Author SHA1 Message Date
d5fd0884fd Update from new_feature branch. 2025-10-16 10:40:31 +00:00
2 changed files with 1 additions and 3 deletions

View File

@@ -1,2 +1 @@
This is documentation of the project. New change.
Dodany tekst :D
This is documentation of the project. New change. Update from new_feature branch.

View File

@@ -10,7 +10,6 @@ public class DemoApplication {
System.out.println("Start application");
System.out.println("Trzecia wiadomosc");
System.out.println("Drugi komunikat");
System.out.println("Change from fork.");
System.out.println(new Date());
SpringApplication.run(DemoApplication.class, args);
}