Package me.autobot.code
Class Main
java.lang.Object
me.autobot.code.Main
The main entry point to the program.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Main
public Main()Isn't called! Rather, the main() method is called.
-
-
Method Details
-
main
This is the entry point of the code. Just create a new instance of whatever Robot class you may want to run, and the code will start running. Note: This is NOT for simulation. This is for running the code on the actual robot.
-