Update 'cv3/program.c'

This commit is contained in:
Anzhelika Nikolaieva 2023-10-10 18:03:05 +00:00
parent 75495890cf
commit f09242c172

View File

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