This commit is contained in:
Matej Hajduk 2025-11-12 10:32:31 +01:00
parent 0086c6ab15
commit cc1b5146f9

View File

@ -63,7 +63,7 @@ void run_system(Tree* t) {
char ans[10];
if (!fgets(ans, sizeof(ans), stdin)) {
printf("Chyba vstupu.\n");
printf("Koniec vstupu\n");
return;
}