Class Main

java.lang.Object
me.autobot.code.Main

public class Main extends Object
The main entry point to the program.
  • Constructor Details

    • Main

      public Main()
      Isn't called! Rather, the main() method is called.
  • Method Details

    • main

      public static void main(String[] args)
      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.
      Parameters:
      args - The arguments passed to the program.
      See Also: