12dsdd
This commit is contained in:
parent
5bc6b97f31
commit
594b538133
@ -61,7 +61,7 @@ void run(struct tree* t) {
|
||||
return;
|
||||
}
|
||||
|
||||
printf("Odpovedajte 'a' alebo 'n'\n");
|
||||
printf("Odpovedajte 'a' pre prvu moznost alebo 'n' pre druhu moznost.\n");
|
||||
|
||||
char c;
|
||||
if (scanf(" %c", &c) != 1) {
|
||||
@ -92,7 +92,7 @@ int main() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
printf("MUDrC to vie.\n");
|
||||
printf("Expert z bufetu to vie.\n");
|
||||
printf("Pozna %d druhov ovocia a zeleniny.\n", count_items);
|
||||
|
||||
run(root);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user