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

M5 2018
This commit is contained in:
Oleksandr Hryshchenko 2021-03-09 19:56:16 +00:00
parent 9f4b2494f4
commit 17edbc1db3

View File

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