2 Commits

Author SHA1 Message Date
2ea88555b6 Merge pull request 'commit from new_feature2' (#1) from new_feature2 into main
Reviewed-on: #1
2025-10-16 11:16:49 +00:00
Ewa Górska
176202b93f commit from new_feature2 2025-10-16 13:15:49 +02:00
2 changed files with 1 additions and 1 deletions

View File

@@ -1 +0,0 @@
test

View File

@@ -14,6 +14,7 @@ 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);
}