Skip to content

Commit

Permalink
Update description.ru.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fey committed Mar 29, 2024
1 parent b905026 commit 0ca0e4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/10-basics/80-array/description.ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ theory: |
Тема массивов в С довольно обширна. В этом уроке мы познакомимся с базовыми концепциями работы с массивами.
<div class="ratio ratio-16x9">
<iframe src="https://player.vimeo.com/video/129983970?h=a3b1f99ad2&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" width="1440" height="900" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen title="Arrays in C"></iframe>
<iframe src="https://player.vimeo.com/video/128854222?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" width="1440" height="900" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" title="Массивы в Си"></iframe>
</div>
instructions: |
Допишите функцию `int sum(int *arr, length)`, которая принимает массив и его размер и возвращает сумму элементов массива.

0 comments on commit 0ca0e4a

Please sign in to comment.