This commit is contained in:
Anton Dolozin 2025-10-13 14:17:29 +02:00
parent 92b59d3eb5
commit 78def7f4dc

View File

@ -182,8 +182,8 @@ void read_input(LinkedNode** head){
}
printf("Read: %s\n", buff);
printf("All brackets OK");
printf("Read: %s All brackets OK\n", buff);
}
int main(void){