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");
|
perror("Failed to create the knowledge base file");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
fprintf(file, "Je to ovocie alebo zelenina\n");
|
fprintf(file, "Rastie to na strome?\n");
|
||||||
fprintf(file, "*Jablko\n");
|
fprintf(file, "*Jablko\n");
|
||||||
|
fprintf(file, "Rastie to pod zemou?\n");
|
||||||
fprintf(file, "*Mrkva\n");
|
fprintf(file, "*Mrkva\n");
|
||||||
fprintf(file, "\n");
|
fprintf(file, "*Šalát\n");
|
||||||
fprintf(file, "n\n");
|
|
||||||
fclose(file);
|
fclose(file);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user