forked from M3-Academy/challenge-algorithms-v2.0
fix(longestWords): Remove linha excedente
fix(longestWords): Remove linha excedente
This commit is contained in:
parent
715e63b686
commit
60f22c1bc7
@ -1,5 +1,3 @@
|
|||||||
import { arrayBuffer } from "stream/consumers";
|
|
||||||
|
|
||||||
export function longestWords(words) {
|
export function longestWords(words) {
|
||||||
// implementar logica aqui
|
// implementar logica aqui
|
||||||
let maioresPalavras = "";
|
let maioresPalavras = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user