Änderungen für die Funktion einfahrtPKW

devIoana
ioana 2024-10-03 13:09:55 +02:00
parent 431d231e81
commit 01146077ed
1 changed files with 1 additions and 13 deletions

View File

@ -7,7 +7,7 @@ import java.util.Date;
public class Main extends UI {
public static void main(String[] args) throws ParseException {
public static void main(String[] args) {
einfahrtPKW();
ausfahrtPKW();
@ -15,16 +15,4 @@ public class Main extends UI {
}
// --------------------------------Hilfsmethoden--------------------------------------
}