main
informatikperson 2022-10-20 14:07:18 +02:00
parent cf2fa850aa
commit 21989e6e09
1 changed files with 1 additions and 0 deletions

View File

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