Since i changed from all words to even and odd wordlist, i think i missed something with the even and odd selection 👀. Why is the first word odd? Shouldn't it be even? Because the get_wordlist fn gets even as first wordlist and i reused it from the original code that was there. Should we swap vec![even_words, odd_words] so that it is inverted or should we change the get_wordlist so it gets the correct wordlist there? I think the first word should be even not odd right?
Since i changed from all words to even and odd wordlist, i think i missed something with the even and odd selection 👀. Why is the first word odd? Shouldn't it be even? Because the
get_wordlist
fn gets even as first wordlist and i reused it from the original code that was there. Should we swapvec![even_words, odd_words]
so that it is inverted or should we change theget_wordlist
so it gets the correct wordlist there? I think the first word should be even not odd right?