1 Commits

Author SHA1 Message Date
4e64e04ca3 Update Readme.txt 2025-10-16 11:12:07 +00:00
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1 @@
test

View File

@@ -14,7 +14,6 @@ public class DemoApplication {
System.out.println("Laboratorium 2");
System.out.println("test2");
System.out.println(new Date());
System.out.println("new_feaure2");
SpringApplication.run(DemoApplication.class, args);
}