Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedorets committed Dec 2, 2024
1 parent ff1ea2d commit 7ece326
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/fedotov_k_set/src/set_app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ void SetApp::help(const char* appname, const char* message) {
ss << " remove <element> - Remove an element from the set\n";
ss << " union <set> - Combine two sets\n";
ss << " intersect <set> - Find common elements\n";
ss << " difference <set> - Elements in first set not in second\n";
ss << " symmetric <set> - Elements in either set but not both\n";
ss << " subset <set> - Check if first set is subset of second\n";
ss << " size - Get number of elements in set\n\n";
ss << "Set format: {1,2,3}\n\n";
Expand Down

0 comments on commit 7ece326

Please sign in to comment.