Feature #1

Merged
WilliamSimao merged 11 commits from Feature into master 2022-11-01 00:09:34 +00:00
Showing only changes of commit e3124dd467 - Show all commits

View File

@ -1,4 +1,4 @@
export function sum(values) {
// implementar logica aqui
return values.reduce((firstValue, secondValue) => firstValue + secondValue, 0)
}