Update 'du4/program.c'

This commit is contained in:
Anzhelika Nikolaieva 2023-03-17 21:13:55 +00:00
parent 6f88633743
commit 6eedd49d95

View File

@ -22,7 +22,6 @@ int main() {
has_operator = 1;
op = *start;
} else if ((*start < '0' || *start > '9') && *start != ' ' && *start != '=' && *start != '.') {
printf("CHYBA\n");
goto next_line;
}
start++;