| 21 | } |
| 22 | |
| 23 | int main() |
| 24 | { |
| 25 | // #D Use the result of GetKeeper and return over items |
| 26 | for(auto& item : GetKeeper().items()) { |
| 27 | std::cout << item << '\n'; |
| 28 | } |
| 29 | } |
| 30 | #else |
| 31 | int main() |
| 32 | { |
nothing calls this directly
no test coverage detected