This commit is contained in:
Weber 2024-09-29 08:35:04 +00:00
parent 5879df953a
commit 427be0c780

View File

@ -51,7 +51,7 @@ int main() {
count++; // Zvyšujeme count pre každú načítanú položku
if (strstr(decoded_item, decoded_search) != NULL) {
printf("%s\n%s\n", menu_item, price);
printf("%s\n%.2f\n", menu_item, price);
}
}