Test Julian: Hallo Welt

test^2^2
meink 2024-06-11 16:57:54 +02:00
parent 464170b38b
commit d1363cd511
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ public class Main {
public static void main(String[] args) {
DataManager manager = new DataManager();
manager.showMenu();
//Hallo Welt
}
}