test push

myBranch
Tobias Heid 2022-10-11 08:37:19 +02:00
parent 5d85d329e7
commit 99ff23cea6
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("Spaßkasse Mannheim");
UI ui = new UI(bs);
}
}