Update 'cv8/program.c'

This commit is contained in:
Anzhelika Nikolaieva 2023-11-24 21:11:42 +00:00
parent a24ed29678
commit 94605ce0dd

View File

@ -96,12 +96,6 @@ void knowledge_system(struct tree* node) {
return;
}
if (node->left == NULL && node->right == NULL) {
printf("\nJe to ovocie alebo zelenina\n");
return;
}
printf("%s", node->v);
if (node->left == NULL && node->right == NULL) {
printf("Koniec\n");