Compare commits

..

2 Commits

Author SHA1 Message Date
Oliver Hummel bc3184ce5d Merge branch 'exp2' into main 2023-12-19 14:44:47 +01:00
Oliver Hummel e69a4ba2ba Linie eingefügt. 2023-12-19 14:42:57 +01:00
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();
}