Initial commit

This commit is contained in:
2025-10-01 07:52:30 +02:00
committed by Yannik Giebenhain
commit d4ee6b898f
13 changed files with 441 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package de.umarumg;
public class Main {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}