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

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 5 of file main.cpp.

5  {
6  HAL_Initialize(500, 0);
7  ::testing::InitGoogleTest(&argc, argv);
8  int ret = RUN_ALL_TESTS();
9  return ret;
10 }