Kommentar und main-methode ergänzt

This commit is contained in:
2022-12-06 14:39:11 +01:00
parent fb3c310936
commit 9b27d7b4ac
2 changed files with 8 additions and 3 deletions

View File

@@ -1,7 +1,12 @@
/**
* enthält das Hauptprogramm und kommuniziert mit dem Benutzer.
*
* Ruft die Gebiete aus der GebietsDatei ab und speichert sie in die GebietsListe rein.
* @author Gubitz, Wöstemeyer, Pfannenstiel, Maier, Vigier :D
*/
public class EinkommenInfo {
public class EinkommenInfo
{
public static void main(String[] args)
{
}
}