challenge-algorithms-v2.0-m.../06-sum/index.js

4 lines
63 B
JavaScript
Raw Permalink Normal View History

export function sum(values) {
// implementar logica aqui
}