main
-
int
main(void)
This is the “controller” for the program. It runs all the setup functions and calls the function that runs the course.
Examples
No example is given as this function is called by default.
Function Variables
No function variables are used.