Main zum testen

Feature-LibraryService
elarturo 2024-11-18 23:06:13 +01:00
parent 450270be4a
commit bcd4db028e
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
package UILayer;
public class LibraryApp {
public static void main(String[] args) {
LibraryUI libraryUI = new LibraryUI();
libraryUI.start();
}
}