new_feature2 #1

Merged
sofiia merged 2 commits from new_feature2 into master 2025-10-16 12:22:42 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
My first project - lab1 My first project - lab1 i lab2

View File

@@ -10,7 +10,7 @@ public class DemoApplication {
public static void main(String[] args) { public static void main(String[] args) {
System.out.println("Start application"); System.out.println("Start application");
System.out.println("Hello, this is the task 2.3!"); System.out.println("Hello, this is the task 2.5!");
System.out.println(new Date()); System.out.println(new Date());
SpringApplication.run(DemoApplication.class, args); SpringApplication.run(DemoApplication.class, args);
} }