This commit is contained in:
Your Name 2025-11-20 15:22:55 +01:00
parent 4a690ac0f4
commit 790e39dfe2

View File

@ -82,6 +82,7 @@ void run_knowledge_system(struct tree* node) {
} }
} }
printf("Koniec\n"); printf("Koniec\n");
return;
} }
int main() { int main() {