Änderungen 05.12.2023 um 14:44

This commit is contained in:
leonmcfly 2023-12-19 16:01:38 +01:00
parent 0e7a7b4880
commit 49b307b680

View File

@ -5,8 +5,10 @@ public class EscapeBot extends Bot{
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();
} }
} }