2 Commits

Author SHA1 Message Date
7c59b0d610 Merge pull request 'updated readme' (#1) from Konrad/Lab2Test:master into master
Reviewed-on: Kuba27/Lab2Test#1
2025-10-16 11:15:13 +00:00
Squashim
1300985cb7 updated readme 2025-10-16 13:05:33 +02:00
2 changed files with 2 additions and 2 deletions

View File

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

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);
}