| 53 | } |
| 54 | |
| 55 | int main() |
| 56 | { |
| 57 | for(const auto& index : GetIndices()) { |
| 58 | std::cout << index.name() << " " << index.points() << " " |
| 59 | << index.pointsDiff() << " " |
| 60 | << index.pointsPercent() << '%' << '\n'; |
| 61 | } |
| 62 | } |
nothing calls this directly
no test coverage detected