Skip to content

Commit

Permalink
добавил вычисление суммы
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmenshikov committed Jul 10, 2024
1 parent 753319e commit ac111a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 00-intro/10-sum/sum.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
* @return {number} сумма чисел a и b
*/
export function sum(a, b) {
// Решение
return a + b;
}

0 comments on commit ac111a5

Please sign in to comment.