VEränderung für Hummels datei

Main2
mehtapilhan 2022-10-20 17:00:44 +02:00
parent c1da0094f2
commit 9e24bffec7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Bank-Beispiel</name>
<name>Bank-BeispielMeins</name>
<comment></comment>
<projects>
</projects>

View File

@ -7,7 +7,7 @@ public class Main {
public static void main(String[] args) {
Banksystem bs = new Banksystem("Spaßkasse Mannheim");
System.out.println("Hallo");
UI ui = new UI(bs);
}