initial commit

This commit is contained in:
Illia Soloviov 2023-12-14 16:09:06 +01:00
parent 32a583a18a
commit 57fcccc26b

View File

@ -9,7 +9,9 @@ public class ManualBot extends Bot{
} }
protected char nextMove(View view) throws Exception{ protected char nextMove(View view) throws Exception{
char c = 'c'; Scanner scanner = new Scanner();
scanner.
return c; return c;
} }
} }