Update cv7/program.c

This commit is contained in:
Yurii Chechur 2024-11-06 07:35:39 +00:00
parent 46ba20413d
commit bdeb08be18

View File

@ -91,7 +91,7 @@ void freeTree(Node *node) {
int main() {
// Відкриваємо файл із базою знань
FILE *file = fopen("data.txt", "r");
FILE *file = fopen("cv7/data.txt", "r");
if (!file) {
printf("Не вдалося відкрити файл бази знань.\n");
return 0;