Update operations_on_datastructures/array_left_rotation.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Alvin Philips
2021-10-24 06:47:24 +05:30
committed by GitHub
parent a36a2ae61e
commit 3121ca5660

View File

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