4 Commits

Author SHA1 Message Date
f041e383b4 Merge pull request 'master' (#1) from Hubi0295/Lab2:master into master
Reviewed-on: szumik/Lab2#1
2025-10-21 11:56:02 +00:00
Student Politechniki
c1b88a902e Merge branch 'master' of https://gitea.cs.pollub.pl/Hubi0295/Lab2 2025-10-21 15:54:29 +02:00
Student Politechniki
7d0c180a66 Zmiana zrobiona przez mnie 2025-10-21 15:48:44 +02:00
c51cf95664 Update Readme.txt 2025-10-21 11:51:57 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
To jest projekt z Lab1. To jest projekt z Lab1.
To jest kolejna linijka w readme. To jest kolejna linijka w readme.hbjkh

View File

@@ -12,6 +12,7 @@ public class DemoApplication {
System.out.println("Third line added"); System.out.println("Third line added");
System.out.println(new Date()); System.out.println(new Date());
SpringApplication.run(DemoApplication.class, args); SpringApplication.run(DemoApplication.class, args);
System.out.println("Dodalem zmiany Hubi0295 na repo szumik");
} }
} }