We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e248706 commit e2c46fbCopy full SHA for e2c46fb
Chapter7/main.cpp
@@ -186,7 +186,7 @@ void hard_coded_game()
186
187
const std::map<std::string, std::string> dictionary{
188
{"assume", "take for granted, take to be the case"},
189
- {"harsh", "coarse, large - grained or rough to the touch"},
+ {"harsh", "coarse, large-grained or rough to the touch"},
190
{"table", "piece of furniture"},
191
{"tease", "mock, make fun of"},
192
{"torch", "lit stick carried in one's hand"},
@@ -198,6 +198,7 @@ int main()
198
{
199
check_properties();
200
201
+ std::cout << "Warm up\n\n";
202
warm_up();
203
std::cout << "\n\n";
204
0 commit comments