translate

This commit is contained in:
Ilya Kantor 2016-03-06 00:59:16 +03:00
parent 811a6c7920
commit 98c987e794
84 changed files with 826 additions and 880 deletions

View file

@ -2,10 +2,10 @@ importance: 5
---
# Интерфейс суммы
# Sum numbers from the visitor
Создайте страницу, которая предлагает ввести два числа и выводит их сумму.
Create a script that prompts the visitor to enter two numbers and then shows their sum.
[demo]
P.S. Есть "подводный камень" при работе с типами.
P.S. There is a gotcha with types.