# Conflicts:
#	src/ManualBot.java
This commit is contained in:
Alina Ehrensberger 2023-12-14 16:03:23 +01:00
commit 101722826a

View File

@ -1,7 +1,6 @@
public class ManualBot extends Bot{
public static void main(String[] args) {
Bot manualBot = new ManualBot(args);
manualBot.run();
}
@ -9,11 +8,6 @@ public class ManualBot extends Bot{
super(args);
}
public void run(){
helloWorld
}
protected char nextMove(View view) throws Exception{
char c = 'c';
return c;