Compare commits

..

3 Commits

Author SHA1 Message Date
b5c57cbe77 change README.txt and Change in main file
Reviewed-on: #1
2025-10-16 12:22:41 +00:00
sofacela
1aa99bd413 Change print line to the task of 2.5 2025-10-16 14:15:36 +02:00
ecf3f3a3d8 Change line 2025-10-16 12:08:13 +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) {
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);
}