Correcting newlines

This commit is contained in:
Anton Dolozin 2025-10-13 14:15:39 +02:00
parent 1b7f8c3c99
commit 92b59d3eb5

View File

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