This commit is contained in:
Deinerovych 2024-11-08 10:34:23 +01:00
parent f616520d0e
commit 7758076eaf
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -90,11 +90,11 @@ void create_default_knowledge_base() {
perror("Failed to create the knowledge base file");
exit(1);
}
fprintf(file, "Je to ovocie alebo zelenina\n");
fprintf(file, "Rastie to na strome?\n");
fprintf(file, "*Jablko\n");
fprintf(file, "Rastie to pod zemou?\n");
fprintf(file, "*Mrkva\n");
fprintf(file, "\n");
fprintf(file, "n\n");
fprintf(file, "*Šalát\n");
fclose(file);
}