forked from hummel/Bank-System
VEränderung für Hummels datei
parent
c1da0094f2
commit
9e24bffec7
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>Bank-Beispiel</name>
|
||||
<name>Bank-BeispielMeins</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue