diff --git a/10-longestWords/index.js b/10-longestWords/index.js index f5225c1..a98d2d8 100644 --- a/10-longestWords/index.js +++ b/10-longestWords/index.js @@ -1,3 +1,4 @@ export function longestWords(words) { - // implementar logica aqui -} + // implementar logica aqui + +} \ No newline at end of file