Изменить 'du2/program.c'

BMW M5 2018
This commit is contained in:
Oleksandr Hryshchenko 2021-03-09 19:54:16 +00:00
parent 134b7e2d64
commit 9f4b2494f4

View File

@ -18,7 +18,7 @@ void bubbleSort(int arr[], int n){
}
int main() {
char** glass = (char**) calloc (50, sizeof(char));
char** glass [50][20];
int numbers[50];
int counter = 0;