This commit is contained in:
Matej Hajduk 2025-09-30 10:01:11 +02:00
parent d58a0ddf5d
commit e7a7fae345

View File

@ -57,7 +57,7 @@ int main() {
double con;
if(sscanf(price, "%lf", &con) == 1){
printf("%.2f\n" con );
printf("%.2f\n" , con );
}
}
}