Skip to content

Commit

Permalink
Merge pull request #1 from YuGulin/master
Browse files Browse the repository at this point in the history
Тест 1й задачи
  • Loading branch information
jsru-1 authored Dec 18, 2024
2 parents cf2ce19 + a3696ea commit 2e812b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ root = true
[*.{js,jsx,ts,tsx,vue,md,json,css,html}]
charset = utf-8
indent_style = space
indent_size = 2
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
Expand Down
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 2e812b1

Please sign in to comment.