fix(longestWords): Remove linha excedente

fix(longestWords): Remove linha excedente
This commit is contained in:
Affonso Kopmann 2022-10-31 17:14:53 +00:00
parent 715e63b686
commit 60f22c1bc7

View File

@ -1,5 +1,3 @@
import { arrayBuffer } from "stream/consumers";
export function longestWords(words) {
// implementar logica aqui
let maioresPalavras = "";