Fix print line task 2.3

This commit is contained in:
2025-10-16 12:01:34 +00:00
parent 98870adfe3
commit 5eeaf5d145

View File

@@ -8,7 +8,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.3!");
SpringApplication.run(DemoApplication.class, args);
}