Browse Source

SnakeBot remove while

master
Your Average Code 3 months ago
parent
commit
6c7d107424
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/SnakeBot.java

+ 0
- 2
src/SnakeBot.java View File

@@ -8,10 +8,8 @@ public class SnakeBot extends Bot {
protected int steps = 0;

public static void main(String[] args) {
while (true) {
Bot bot = new SnakeBot(args);
bot.run();
}
}

protected SnakeBot(String[] args) {

Loading…
Cancel
Save