From 17edbc1db3991c9a07d66da429eccc1268ee1a0f Mon Sep 17 00:00:00 2001 From: Oleksandr Hryshchenko Date: Tue, 9 Mar 2021 19:56:16 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'du2/program.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit M5 2018 --- du2/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du2/program.c b/du2/program.c index 55347ca..c61cb36 100644 --- a/du2/program.c +++ b/du2/program.c @@ -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;