buffet
This commit is contained in:
parent
1fc66d2e64
commit
524392df59
@ -110,9 +110,10 @@ int main(){
|
||||
printf("Expert z bufetu to vie.\n");
|
||||
printf("Pozna %d druhov ovocia a zeleniny.\n", count);
|
||||
printf("Odpovedajte 'a' pre prvu moznost alebo 'n' pre druhu moznost.\n");
|
||||
//printf("%s\n", tree->value);
|
||||
printf("%s\n", tree->value);
|
||||
tree = search(tree);
|
||||
//destroy_tree(tree);
|
||||
|
||||
destroy_tree(tree);
|
||||
printf("Koniec\n");
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user