Update sorting/wave_sort.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Swastika Gupta
2021-07-15 14:06:37 +05:30
committed by GitHub
parent c1390dcfb9
commit ea4307b393

View File

@@ -87,6 +87,6 @@ static void test() {
* @returns 0 on exit
*/
int main() {
test(); // execute the test
test(); // run self-test implementations
return 0;
}