Klassen hinzugefügt

This commit is contained in:
Luc Marvin Fechtel 2022-12-09 14:10:57 +01:00
parent d518d633fd
commit f426d83c6f
8 changed files with 14 additions and 5 deletions

2
src/Datei.java Normal file
View File

@ -0,0 +1,2 @@
public class Datei {
}

2
src/Girokonto.java Normal file
View File

@ -0,0 +1,2 @@
public class Girokonto {
}

2
src/KontenDatei.java Normal file
View File

@ -0,0 +1,2 @@
public class KontenDatei {
}

2
src/KontoInterface.java Normal file
View File

@ -0,0 +1,2 @@
public class KontoInterface {
}

2
src/KontoQuelle.java Normal file
View File

@ -0,0 +1,2 @@
public class KontoQuelle {
}

2
src/Kontoverwaltung.java Normal file
View File

@ -0,0 +1,2 @@
public class Kontoverwaltung {
}

2
src/Sparkonto.java Normal file
View File

@ -0,0 +1,2 @@
public class Sparkonto {
}

View File

@ -1,5 +0,0 @@
public class test {
public static void main(String[] args) {
System.out.println("");
}
}