1 Commits

Author SHA1 Message Date
LukaszKrawczykDev
8bea0d35aa new java class 2025-10-16 15:24:13 +02:00
3 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -7,10 +7,7 @@ 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

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