Browse Source

initial commit

testing_N
Illia Soloviov 1 year ago
parent
commit
617230bbb6
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      .idea/misc.xml
  2. 1
    1
      src/ManualBot.java

+ 1
- 1
.idea/misc.xml View File

<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <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" /> <output url="file://$PROJECT_DIR$/out" />
</component> </component>
</project> </project>

+ 1
- 1
src/ManualBot.java View File

} }


protected char nextMove(View view) throws Exception{ protected char nextMove(View view) throws Exception{
char c = 'c';
char c = 'cnew';
return c; return c;
} }
} }

Loading…
Cancel
Save