Browse Source

Löschung von unnötigen Dateien 19.12.2023 um 16.13

master
leonmcfly 10 months ago
parent
commit
b9fb2db2a2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Praktikum05/EscapeBot.java

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

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

protected char

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

Loading…
Cancel
Save