Update 'cv8/program.c'
This commit is contained in:
parent
4150615c10
commit
43cc108931
@ -122,9 +122,13 @@ void knowledge_system(struct tree* node) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
|
printf("Expert z bufetu to vie.\n");
|
||||||
|
|
||||||
int counter = 0;
|
int counter = 0;
|
||||||
struct tree* root = read_tree(&counter);
|
struct tree* root = read_tree(&counter);
|
||||||
|
|
||||||
|
printf("Pozna %d druhov ovocia a zeleniny.\n", count);
|
||||||
|
|
||||||
if (root == NULL) {
|
if (root == NULL) {
|
||||||
printf("Chybove hlasenie: Nepodarilo sa nacitat bazu pravidiel.\n");
|
printf("Chybove hlasenie: Nepodarilo sa nacitat bazu pravidiel.\n");
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user