debug vstupu 2

This commit is contained in:
Aleš Novysedlák 2025-02-25 10:16:43 +01:00
parent 9bce2e9539
commit c85cc9d36b

View File

@ -38,7 +38,10 @@ int main() {
starting_index = iterating_index;
}
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.\n",max_number_user_pair[1], max_number_user_pair[0]);
printf(loading_string);
int i = 0;
while(i != '\0') {
printf("%d ", loading_string[i])
}
return 0;
}