Обновить cv1/program.c

This commit is contained in:
Yevhen Kozirovskyi 2024-10-02 17:07:09 +00:00
parent 2a868dd92b
commit db2483f45b

View File

@ -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;
}