ParkhausSoftware hinzugefügt

main
Ruwen Bürger 2024-10-05 15:42:08 +02:00
parent 7ef3731527
commit 5dc6053426
1 changed files with 14 additions and 0 deletions

14
ParkhausSoftware 100644
View File

@ -0,0 +1,14 @@
package pr2parkhaus;
public class ParkhausSoftware {
public static void main(String[] args) {
//Startet das User Interface
ParkhausUI ui = new ParkhausUI();
ui.start();
}
}