Initial commit

This commit is contained in:
Dana123098
2025-10-16 13:27:29 +02:00
commit 03f4fc8a9e
5 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package com.example.demo;
public class DemoApplication {
public static void main(String[] args) {
System.out.println("Hello from DemoApplication!");
}
}