Update selection_sort_iterative.cpp

This commit is contained in:
Lajat5
2021-10-24 23:31:23 +05:30
committed by GitHub
parent caa35d7ba9
commit 83fb0869e5

View File

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