Compare commits

...

10 Commits

Author SHA1 Message Date
Stefan ab724524f6 Merge branch 'test2' 2024-10-28 14:40:47 +01:00
Stefan f6df9d33f7 test2 2024-10-28 14:38:04 +01:00
Stefan 7fefb18a07 test1 2024-10-28 14:36:21 +01:00
Stefan 64bc2799e4 changed something 2024-10-28 14:33:58 +01:00
Stefan 45e86b3ecd solved merge conflict 2024-10-28 14:10:41 +01:00
Stefan edd9d1fe02 merge2 2024-10-28 14:08:00 +01:00
Stefan b3688e89fd merge 1 2024-10-28 14:04:14 +01:00
Stefan 9b9105043f adds a commit 2024-10-28 14:01:49 +01:00
Stefan e6f7a485d8 solved merge conf 2024-10-28 13:41:20 +01:00
Stefan 12f368ca1f merge conf 1 2024-10-28 13:35:33 +01:00
1 changed files with 6 additions and 2 deletions

View File

@ -8,8 +8,12 @@ public class UI {
private Banksystem bs;
Scanner sc = new Scanner(System.in);
int change = 0;
int conflict = 0;
int change = 2;
int conflict = 25;
public UI(Banksystem bs) {
this.bs = bs;