erster push

Feature
Caro 2024-06-04 12:10:54 +02:00
parent 388f9be2e5
commit b02104006d
1 changed files with 11 additions and 0 deletions

View File

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