FRC Paradigm Shift #1259
Documentation for the 2021 Robot
Robot.cpp File Reference

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

int main ( )

Definition at line 71 of file Robot.cpp.

71  {
72  return frc::StartRobot<Robot>();
73 }