Skip to content

Commit

Permalink
Merge pull request #4 from reznikmm/fix_dir
Browse files Browse the repository at this point in the history
Move translated task_description.html into a right dir
  • Loading branch information
oduvan authored Dec 12, 2020
2 parents 8ea9e94 + 4c0ec46 commit 9461790
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<!-- Describe task in general -->

<p>
В данном {% if interpreter.slug == "js-node" %}array{% else %}списке{% endif %} первый элемент должен стать последним. Пустой {% if interpreter.slug == "js-node" %}array{% else %}список{% endif %} или {% if interpreter.slug == "js-node" %}array{% else %}список{% endif %} с одним элементом не должны изменятся.
В данном {% if interpreter.slug == "js-node" %}массиве{% else %}списке{% endif %} первый элемент должен стать последним. Пустой {% if interpreter.slug == "js-node" %}массив{% else %}список{% endif %} или {% if interpreter.slug == "js-node" %}массив{% else %}список{% endif %} из одного элемента не должен измениться.
</p>

<p style="text-align: center;">
<img title="example" src="{{MEDIA}}example.png" alt="example" style="max-height: 83px"/>
</p>
<!-- Explain input and output values -->
<p>
<strong>Входные данные: </strong> {% if interpreter.slug == "js-node" %}Array{% else %}Список{% endif %}.
<strong>Входные данные: </strong> {% if interpreter.slug == "js-node" %}Массив{% else %}Список{% endif %}.
</p>

<p>
<strong>Выходные данные: </strong> {% if interpreter.slug == "js-node" %}Array{% else %}Набор элементов{% endif %}.
<strong>Выходные данные: </strong> {% if interpreter.slug == "js-node" %}Массив{% else %}Набор элементов{% endif %}.
</p>


Expand Down

0 comments on commit 9461790

Please sign in to comment.