This commit is contained in:
Denis Landa 2025-11-20 21:29:50 +01:00
parent c0bcdc2869
commit c43329801b

View File

@ -58,7 +58,7 @@ void spusti_system(struct Uzol* u){
char c;
if(scanf(" %c", &c) != 1){
printf("Chybny vystup\n");
printf("Koniec vstupu\n");
return;
}