# Conflicts: # src/ManualBot.javatesting_N
@@ -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; |