Task:
Find the center of gravity for a set of points on the plane given coordinates and a positive weight.
- A list of points is generated or read from a file.

- Enter the number of generated points (if random point generation is selected).
- The center of gravity is calculated first with one main thread,
then by many parallel threads (2-6)
and the result is displayed on the console along with the calculation time.

- Finally, you can save the generated list of points to a file.

CPU: Intel Core i7-8665U (4 cors, 8 threads)



