Skip to content

Commit

Permalink
Merge pull request CryptozombiesHQ#164 from pavel-voronin/patch-2
Browse files Browse the repository at this point in the history
Update functions.md
  • Loading branch information
lukezhangstudio authored Mar 5, 2018
2 parents eb8a1e8 + fa81a8b commit 184825b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ru/1/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ eatHamburgers("vitalik", 100);

Чтобы начать производить зомби, зададим функцию.

1. Создай функцию под названием `createZombie` (создать зомби), которая берет 2 параметра: **__имя_** (строку `string`) и **__ДНК_** (`uint`).
1. Создай функцию под названием `createZombie` (создать зомби), которая берет 2 параметра: **__name_** (имя, строка `string`) и **__dna_** (ДНК, тип `uint`).

Пока оставь тело функции пустым, мы заполним его позже.

0 comments on commit 184825b

Please sign in to comment.