Update 'du4/program.c'

This commit is contained in:
Anzhelika Nikolaieva 2023-03-17 21:55:26 +00:00
parent 1e96afd3d2
commit 52ed8dbb36

View File

@ -32,7 +32,6 @@ int main() {
// Parse second number // Parse second number
float num2 = strtof(start, &end); float num2 = strtof(start, &end);
if (end == start) { if (end == start) {
printf("CHYBA\n");
valid = 0; valid = 0;
} }
start = end; start = end;