4 lines
63 B
JavaScript
Raw Permalink Normal View History

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