40
This commit is contained in:
parent
f616520d0e
commit
7758076eaf
BIN
cv7/program
BIN
cv7/program
Binary file not shown.
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user