diff --git a/cv1/program.c b/cv1/program.c index 380dfcc..f7fdf7b 100644 --- a/cv1/program.c +++ b/cv1/program.c @@ -32,6 +32,7 @@ int main() { // Read the menu items while (1) { + printf("Zadaj jedalny listok: "); // Print the prompt for each menu item fgets(menu_item, MAX_INPUT_LENGTH, stdin); if (feof(stdin) || strlen(menu_item) == 1) { break;