My thoughts on what the main () function does

I’d say the main function is the largest group of code in the code file.

It might not be the largest group.
It is actually the core of your code where the compiler is going to retrieve most of the data

Privacy & Terms