4 lines
67 B
C++
4 lines
67 B
C++
|
|
int myKey = 7;
|
||
|
|
double myValue = 3.14;
|
||
|
|
exampleMap[myKey] = myValue;
|