2 Commits

Author SHA1 Message Date
f4eac1631d Обновить ReadMe.txt 2025-10-21 12:27:07 +00:00
882924f27e add Pozdrowienia od Kostiantyna in DemoApplication 2025-10-21 14:12:53 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
testowa edycja z poziomu edytora gitea
druga edycja 😂 🙈🤯
druga edycja 😂 🙈🤯еване

View File

@@ -15,6 +15,7 @@ public class DemoApplication {
System.out.println("Pozdrowienia z develop_4 👀");
System.out.println(new Date());
SpringApplication.run(DemoApplication.class, args);
System.out.println("Kostiantyn Myroshnychenko");
}
}