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 fe67102 commit 4ca4333Copy full SHA for 4ca4333
CONTRIBUTING.md
@@ -116,6 +116,8 @@ static void tests() {
116
117
assert(is_number_on_array(arr, 9) == true);
118
assert(is_number_on_array(arr, 4) == false);
119
+ assert(is_number_on_array(arr, 98) == true);
120
+ assert(is_number_on_array(arr, 512) == false);
121
122
std::cout << "All tests have successfully passed!\n";
123
}
0 commit comments