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