Compare commits

..

2 Commits

Author SHA1 Message Date
6ad8720c3e program.c 2023-03-02 16:22:34 +01:00
254a8463db program.c 2023-03-02 16:22:17 +01:00
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -21,8 +21,9 @@ while(i<VELKOST_POLA){
max_hodnota = pole[i];
}
}
}
printf("Výherca je súťažiaci %d ktorý vypil %d pohárov.", i,i);
return 0;
}