Compare commits

...

4 Commits

Author SHA1 Message Date
4c777ba0a3 Update Readme.txt 2025-10-16 10:40:20 +00:00
Squashim
3fca420008 added date displaying 2025-10-16 12:38:01 +02:00
20785ec156 Update Readme.txt 2025-10-16 10:35:37 +00:00
495af12197 Update Readme.txt 2025-10-16 10:32:00 +00:00
2 changed files with 3 additions and 0 deletions

View File

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

View File

@@ -14,6 +14,7 @@ public class DemoApplication {
System.out.println("Main message");
System.out.println("Feature 1 message");
System.out.println("Feature 2 message");
System.out.println(new Date());
SpringApplication.run(DemoApplication.class, args);
}