Compare commits

..

10 Commits

Author SHA1 Message Date
kejdzej
27220984b1 pingpong z dodatkowa_1 2025-10-02 15:50:02 +02:00
kejdzej
ff957ca912 dodatkowa poprawka 2025-10-02 15:49:09 +02:00
kejdzej
2a36aa89b1 merge z 2 2025-10-02 15:47:27 +02:00
kejdzej
af04ca5eaf pingpong 2025-10-02 15:45:18 +02:00
kejdzej
66090ec5a2 main 2025-10-02 15:44:20 +02:00
kejdzej
5785d55639 pong 2025-10-02 15:41:16 +02:00
kejdzej
7fc8ee8eba ping 2025-10-02 15:40:52 +02:00
kejdzej
30a09ab741 Wersja docelowa 2025-10-02 15:38:17 +02:00
kejdzej
13d0b0e0e9 Dodanie domain 2025-10-02 15:33:27 +02:00
kejdzej
3ea124f9b3 jeden plik dodany drugi zmodyfikowany 2025-10-02 15:27:07 +02:00
3 changed files with 1 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ public class DemoApplication {
public static void main(String[] args) { public static void main(String[] args) {
System.out.println("Start application"); System.out.println("Start application");
System.out.println("Ping-pong");
SpringApplication.run(DemoApplication.class, args); SpringApplication.run(DemoApplication.class, args);
} }