2 Commits

Author SHA1 Message Date
9558827bf5 Update Readme.md 2025-10-16 14:07:17 +00:00
LukaszKrawczykDev
a64cef1f95 new line in main file 2025-10-16 15:28:31 +02:00
3 changed files with 5 additions and 5 deletions

View File

@@ -1 +1,2 @@
This id documentation of the project. This id documentation of the project.
zmianyyyyy

View File

@@ -7,7 +7,10 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
public class DemoApplication { public class DemoApplication {
public static void main(String[] args) { public static void main(String[] args) {
SpringApplication.run(DemoApplication.class, args); SpringApplication.run(DemoApplication.class, args);
System.out.println("Hello World!");
} }
} }

View File

@@ -1,4 +0,0 @@
package com.example.demo;
public class demo {
}