#ifndef SORT_H_ #define SORT_H_ 1 /* Created: 14 June 2023 */ #include struct Point { double x; double y; uint64_t id; }; #endif /* #ifndef SORT_H_ */