Update search/interpolation_search.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Lajat5 2021-12-19 14:29:50 +05:30 committed by GitHub
parent befc191d2d
commit d4eac6600b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,6 +116,6 @@ static void tests() {
* @returns 0 on exit
*******************************************************************************/
int main() {
tests(); // Condition of target found
tests(); // run self-test implementations
return 0;
}