Update cv7/program.c
This commit is contained in:
parent
ad9eac9d44
commit
6f911eac8c
@ -108,6 +108,9 @@ int main() {
|
|||||||
// Запуск експертної системи
|
// Запуск експертної системи
|
||||||
runExpertSystem(root);
|
runExpertSystem(root);
|
||||||
|
|
||||||
|
// Виведення повідомлення про завершення вводу
|
||||||
|
printf("Koniec vstupu\n");
|
||||||
|
|
||||||
// Звільняємо пам'ять
|
// Звільняємо пам'ять
|
||||||
freeTree(root);
|
freeTree(root);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user