This website works better with JavaScript.
Home
Explore
Help
Sign In
soloviovil91400
/
BotsAI
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
remove
testing_N
Alina Ehrensberger
1 year ago
parent
d8ac08d660
commit
52fb317722
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
src/ManualBot.java
+ 2
- 0
src/ManualBot.java
View File
@@ -1,6 +1,7 @@
public class ManualBot extends Bot{
public static void main(String[] args) {
Bot manualBot = new ManualBot(args);
manualBot.run();
}
@@ -9,6 +10,7 @@ public class ManualBot extends Bot{
}
public void run(){
helloWorld
}
Write
Preview
Loading…
Cancel
Save