EscapeBot remove Exception

This commit is contained in:
Your Average Code 2024-01-25 00:51:52 +01:00
parent 6c7d107424
commit 93347f555f

@ -13,7 +13,7 @@ public class EscapeBot extends Bot {
}
@Override
protected char nextMove(View view) throws Exception {
protected char nextMove(View view) {
System.out.println();
if (view.data.contains("o")) {
int index = view.data.indexOf('o');