Tolles Experiment

experimental
Oliver Hummel 2023-12-19 14:34:47 +01:00
parent 33257ab137
commit b4cca01e93
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ public class BankUI {
}
public static void willkommen() {
System.out.println("Willkommen bei der " + bank.getName() + "!");
System.out.println("Willkommen bei der " + bank.getName() + " - Experimentalversion!");
System.out.println();
}