Update search/median_search2.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
weiss-ben
2022-09-12 14:11:37 +03:00
committed by GitHub
parent a05a56216f
commit 463fcbcdb1

View File

@@ -123,6 +123,6 @@ static void test() {
*/
int main()
{
test();
test(); // run self-test implementations
return 0;
}