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

super(args); super(args);
} }


protected char

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

Loading…
Cancel
Save