This website works better with JavaScript.
Home
Explore
Help
Sign In
akarsuse91504
/
Wall-E
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Änderungen 05.12.2023 um 14:44
master
leonmcfly
10 months ago
parent
0e7a7b4880
commit
49b307b680
1 changed files
with
3 additions
and
1 deletions
Split View
Show Diff Stats
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
Escape
Bot(args);
ebot.run();
}
}
Write
Preview
Loading…
Cancel
Save