Compare commits

...

3 Commits

Author SHA1 Message Date
d6ac0c105c Update Readme.txt new_feature 2023-10-10 12:32:33 +00:00
20274fd836 ok2 2023-10-10 14:30:04 +02:00
427fb5e76f ok 2023-10-10 14:26:33 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
This is documentation of the project.
This is documentation of the project. Modyfikacja

View File

@@ -11,6 +11,7 @@ public class DemoApplication {
System.out.println("Start application");
System.out.println("lalalal2");
System.out.println("lalalal");
System.out.println("lalalal3");
System.out.println(new Date());
SpringApplication.run(DemoApplication.class, args);
}