Änderungen 05.12.2023 um 14:44
This commit is contained in:
parent
0e7a7b4880
commit
49b307b680
@ -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…
x
Reference in New Issue
Block a user