Documentation for 4ca4333efe

This commit is contained in:
github-actions
2023-04-27 01:06:22 +00:00
parent 0ae0c4f573
commit 4d46a85881

View File

@@ -214,6 +214,8 @@ static void tests() {
assert(is_number_on_array(arr, 9) == true);
assert(is_number_on_array(arr, 4) == false);
assert(is_number_on_array(arr, 98) == true);
assert(is_number_on_array(arr, 512) == false);
std::cout &lt;&lt; "All tests have successfully passed!<br />
";