mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-01 09:43:06 +08:00
formatting source-code for f541be9724
This commit is contained in:
@@ -96,6 +96,6 @@ int main() {
|
||||
quickSort(arr, 0, size);
|
||||
std::cout << "Sorted array\n";
|
||||
show(arr, size);
|
||||
delete [] arr;
|
||||
delete[] arr;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user