Изменить 'du5/program.c'

This commit is contained in:
Pavlo Tverdyi 2020-04-09 10:16:34 +00:00
parent f366f76d80
commit e2fc211107

View File

@ -83,6 +83,7 @@ void Sort_Struct(struct LIS *list,int count){//bubble sort :)
} }
} }
void print(struct LIS *list,int count){ void print(struct LIS *list,int count){
printf("Vysledky:\n"); printf("Vysledky:\n");
for(int i=0;i<count;i++){ for(int i=0;i<count;i++){