Compare commits

..

No commits in common. "e6f7a485d83f6201b528f9da0cc5c8785b18b64a" and "b4d8831f473914f334d45c7757e45c12e18a50e0" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

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