This commit is contained in:
Maksym Malko 2020-11-27 10:36:29 +01:00
parent 9aaf09b5c9
commit 6053eaab7b

View File

@ -86,7 +86,7 @@ void system_execute(struct tree* root){
system_execute(root->right);
}else{
puts("Nerozumiem");
return;
exit(0);
}
}