From 9acc9868a9e2b15acf23c4f8bb4553e97a2c5551 Mon Sep 17 00:00:00 2001 From: Nathalia Sardou Date: Wed, 2 Nov 2022 00:31:59 -0300 Subject: [PATCH] branch master --- 10-longestWords/index.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/10-longestWords/index.js b/10-longestWords/index.js index a98d2d8..f5225c1 100644 --- a/10-longestWords/index.js +++ b/10-longestWords/index.js @@ -1,4 +1,3 @@ export function longestWords(words) { - // implementar logica aqui - -} \ No newline at end of file + // implementar logica aqui +}