We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49dec7a commit 4d163a3Copy full SHA for 4d163a3
1 file changed
examples/polygon/main.cpp
@@ -152,6 +152,8 @@ int main(int argc, char *argv[])
152
auto counts = count_characters(line);
153
if (line.size() >= 3 && counts[i.required_character] > 0 && match(i.characters, counts)) {
154
if (words.insert(line).second) {
155
+ if (i.characters == counts)
156
+ std::cout << "* ";
157
std::cout << line << "\n";
158
}
159
0 commit comments