Update 'cv3/program.c'
This commit is contained in:
parent
6d55e9317f
commit
75495890cf
@ -78,7 +78,7 @@ int main() {
|
||||
|
||||
while (1) {
|
||||
if (!fgets(input, sizeof(input), stdin)) {
|
||||
printf("no␣input\n");
|
||||
printf("no␣input");
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user