frohes Neues

This commit is contained in:
Malte Schulze Hobeling 2023-01-01 15:03:21 +01:00
parent 31b6b2cc39
commit e16f0342a7
2 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
package com.bib.essensbestellungsverwaltung;
/**
* @author Malte Schulze Hobeling
/*
@author Malte Schulze Hobeling
*/
import java.io.File;

View File

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