A simple program that takes a JSON input file file with pairs of points on a sphere. Parse the input Calculate the distance between each pair of points Calculate the average distance of all points. Print the average distance
Made as a learning excercise for the computerenahnce.com software performance course.