Update cv7/program.c
This commit is contained in:
parent
46ba20413d
commit
bdeb08be18
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user