1
0
Fork 0

Merge branch 'exp2' into main

main
Oliver Hummel 2023-12-19 14:44:47 +01:00
commit bc3184ce5d
1 changed files with 1 additions and 0 deletions

View File

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