This commit is contained in:
Alina Ehrensberger 2023-12-14 15:58:20 +01:00
parent 0084738fc0
commit ca4df20c35
2 changed files with 2 additions and 4 deletions

2
.idea/misc.xml generated
View File

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

View File

@ -8,9 +8,7 @@ public class ManualBot extends Bot{
super(args); super(args);
} }
public void run(){
}
protected char nextMove(View view) throws Exception{ protected char nextMove(View view) throws Exception{
char c = 'c'; char c = 'c';