4 lines
75 B
JavaScript
Raw Normal View History

export function longestWords(words) {
// implementar logica aqui
}