1 Commits

Author SHA1 Message Date
sofacela
1aa99bd413 Change print line to the task of 2.5 2025-10-16 14:15:36 +02:00

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