From ecf3f3a3d8a4f6d199fc4e8e836283a5e54ce2f7 Mon Sep 17 00:00:00 2001 From: sofiia Date: Thu, 16 Oct 2025 12:08:13 +0000 Subject: [PATCH 1/2] Change line --- Readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.txt b/Readme.txt index e0c2000..9a537ea 100644 --- a/Readme.txt +++ b/Readme.txt @@ -1 +1 @@ -My first project - lab1 \ No newline at end of file +My first project - lab1 i lab2 \ No newline at end of file -- 2.49.1 From 1aa99bd413245b8f60f618b7ba9f4d5b820c0dc0 Mon Sep 17 00:00:00 2001 From: sofacela <73899564+sofacela@users.noreply.github.com> Date: Thu, 16 Oct 2025 14:15:36 +0200 Subject: [PATCH 2/2] Change print line to the task of 2.5 --- src/main/java/com/example/demo/DemoApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/example/demo/DemoApplication.java b/src/main/java/com/example/demo/DemoApplication.java index 04c4617..6e34c8d 100644 --- a/src/main/java/com/example/demo/DemoApplication.java +++ b/src/main/java/com/example/demo/DemoApplication.java @@ -10,7 +10,7 @@ public class DemoApplication { public static void main(String[] args) { 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()); SpringApplication.run(DemoApplication.class, args); } -- 2.49.1