Update 'cv3/program.c'

This commit is contained in:
Anzhelika Nikolaieva 2023-10-10 18:02:23 +00:00
parent 6d55e9317f
commit 75495890cf

View File

@ -78,7 +78,7 @@ int main() {
while (1) { while (1) {
if (!fgets(input, sizeof(input), stdin)) { if (!fgets(input, sizeof(input), stdin)) {
printf("no␣input\n"); printf("no␣input");
break; break;
} }