add Pozdrowienia od Kostiantyna in DemoApplication #1

Merged
s99723 merged 1 commits from KostiantynMyroshnychenko/lab2:main into main 2025-10-21 12:17:59 +00:00
Showing only changes of commit 882924f27e - Show all commits

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