Browse Source

Änderungen 05.12.2023 um 14:44

master
leonmcfly 6 months ago
parent
commit
49b307b680
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      src/Praktikum05/EscapeBot.java

+ 3
- 1
src/Praktikum05/EscapeBot.java View File

@@ -5,8 +5,10 @@ public class EscapeBot extends Bot{
super(args);
}

protected char

public static void main(String args[]){
Bot ebot = new Bot(args);
Bot ebot = new EscapeBot(args);
ebot.run();
}
}

Loading…
Cancel
Save