This commit is contained in:
Maksym Malko 2020-11-27 13:04:54 +01:00
parent 9fb3debc07
commit 1cdfa72962
2 changed files with 2 additions and 1 deletions

BIN
cv8/a.out

Binary file not shown.

View File

@ -43,7 +43,8 @@ struct tree* read_tree(){
int flag = get_input(buffer);
if(flag==-1){
puts("Koniec vstupu");
puts("Expert z bufetu to vie.");
puts("Chybna databaza");
exit(0);
}