forked from hummel/Bank-System
„Bank-Beispiel/src/de/hs_mannheim/informatik/bank/Main.java“ löschen
parent
adf7075e5a
commit
9c1c838555
|
@ -1,13 +0,0 @@
|
|||
package de.hs_mannheim.informatik.bank;
|
||||
|
||||
import de.hs_mannheim.informatik.bank.facade.Banksystem;
|
||||
import de.hs_mannheim.informatik.bank.ui.UI;
|
||||
|
||||
public class Main {
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
Banksystem bs = new Banksystem("Spaßkasse Mannheim");
|
||||
UI ui = new UI(bs);
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue