This commit is contained in:
2025-04-25 10:53:02 +02:00
parent 6fcf072c09
commit aa10711fa1
6 changed files with 135 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package org.example;
import java.util.ArrayList;
public class Personenveraltung {
ArrayList personArrayList = new ArrayList();
}