chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef __EXAMPLE_H__
|
||||
#define __EXAMPLE_H__
|
||||
|
||||
#include <unordered_map>
|
||||
|
||||
// Function to calculate the sum of values in an unordered_map
|
||||
int SumMapValues(const std::unordered_map<int, int> &map);
|
||||
|
||||
#endif // __EXAMPLE_H__
|
||||
Reference in New Issue
Block a user