This commit is contained in:
Andrii Hermaniuk 2022-03-27 14:30:10 +02:00
parent 9988e2d702
commit ac7cd1e1bb

View File

@ -49,7 +49,7 @@ int main(){
printf("ZLE\n"); printf("ZLE\n");
} }
printf("%.3f\n", vysledok); // printf("%.3f\n", vysledok);
return EXIT_SUCCESS; return EXIT_SUCCESS;
} }