Compare commits

...

3 Commits

Author SHA1 Message Date
Stefan e6f7a485d8 solved merge conf 2024-10-28 13:41:20 +01:00
Stefan 3e9427de9f mergeconf 2 2024-10-28 13:36:55 +01:00
Stefan 12f368ca1f merge conf 1 2024-10-28 13:35:33 +01:00
1 changed files with 2 additions and 1 deletions

View File

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