Compare commits
3 Commits
b4d8831f47
...
e6f7a485d8
Author | SHA1 | Date |
---|---|---|
Stefan | e6f7a485d8 | |
Stefan | 3e9427de9f | |
Stefan | 12f368ca1f |
|
@ -9,7 +9,8 @@ public class UI {
|
|||
Scanner sc = new Scanner(System.in);
|
||||
|
||||
int change = 0;
|
||||
int conflict = 2;
|
||||
|
||||
int conflict = 0;
|
||||
|
||||
public UI(Banksystem bs) {
|
||||
this.bs = bs;
|
||||
|
|
Loading…
Reference in New Issue