debug vstupu 3

This commit is contained in:
Aleš Novysedlák 2025-02-25 10:17:26 +01:00
parent c85cc9d36b
commit 22aeaaeecc

View File

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