From db2483f45bdc4805b188c501d4ae2b70b61d9df7 Mon Sep 17 00:00:00 2001 From: Yevhen Kozirovskyi Date: Wed, 2 Oct 2024 17:07:09 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20cv1/program.c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cv1/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv1/program.c b/cv1/program.c index 86ed403..89a1f71 100644 --- a/cv1/program.c +++ b/cv1/program.c @@ -25,7 +25,7 @@ int main() { char dishes[MAX_DISHES][2][MAX_NAME_LEN]; int count = 0; - printf("Zadaj hladanu surovinu:"); + printf("Zadaj hladanu surovinu: "); if (fgets(ingredient, MAX_NAME_LEN, stdin) == NULL) { return 0; }