3 Commits

Author SHA1 Message Date
ce5aef978c Merge pull request 'Very important change.' (#1) from anton_ovod/Lab2Test:master into master
Reviewed-on: #1
2025-10-16 11:16:04 +00:00
Squashim
1300985cb7 updated readme 2025-10-16 13:05:33 +02:00
Anton Ovod
b388a541f8 Update from fork. 2025-10-16 12:54:19 +02:00
2 changed files with 3 additions and 1 deletions

View File

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

View File

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