This commit is contained in:
Peter Petrek 2021-10-15 00:12:51 +02:00
parent f170d0fd48
commit 45855f19d7
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -42,6 +42,10 @@ int main() {
} }
counter2++; counter2++;
helper++; helper++;
if (price[1] == '\0'){
return 0;
}
} }
counter2 = (counter2 / 2); counter2 = (counter2 / 2);