Skip to content

Commit

Permalink
Merge pull request #1 from DariaaaP/master
Browse files Browse the repository at this point in the history
1st task
  • Loading branch information
jsru-1 authored Sep 24, 2024
2 parents a7935a3 + c7056aa commit 91df0e5
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 91df0e5

Please sign in to comment.