did some stuff

This commit is contained in:
2023-01-05 05:06:19 +01:00
parent e16f0342a7
commit c4b31bc548
7 changed files with 711 additions and 42 deletions

View File

@@ -2,6 +2,6 @@ package com.bib.essensbestellungsverwaltung;
public class SuperMain {
public static void main(String[] args) {
HelloApplication.main(args);
ConsoleMain.main(args);
}
}