Update 'cv8/program.c'

This commit is contained in:
Anzhelika Nikolaieva 2023-11-24 22:20:59 +00:00
parent 9f93cea8fb
commit b9995989cd

View File

@ -100,7 +100,7 @@ void knowledge_system(struct tree* node) {
return;
}
printf("%s", node->v);
//printf("%s", node->v);
printf("Odpovedajte 'a' pre prvu moznost alebo 'n' pre druhu moznost.\n");
char response;