Test commit

main
Caner 2022-11-12 19:06:40 +01:00
parent 44541d7255
commit 1d76931abc
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ public class Main {
public static void main(String[] args) throws Exception {
Banksystem bs = new Banksystem("Spaßkasse Mannheim");
UI ui = new UI(bs);
UI ui = new UI(bs); //test
}
}