initial commit

This commit is contained in:
Illia Soloviov 2023-12-14 15:15:33 +01:00
parent 4710500366
commit 617230bbb6
2 changed files with 2 additions and 2 deletions

2
.idea/misc.xml generated
View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager">
<component name="ProjectRootManager" version="2" project-jdk-name="corretto-17" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

View File

@ -8,7 +8,7 @@ public class ManualBot extends Bot{
}
protected char nextMove(View view) throws Exception{
char c = 'c';
char c = 'cnew';
return c;
}
}