#define Nletters 5 // number of letters in each word // first Nans words are answers, the rest are other potential guesses // small debug test #define Nans_small 2 #define Nwords_small 7 // wordle #define Nans_wordle 2309 #define Nwords_wordle 12974 extern const char *words_small[Nwords_small]; extern const char *words_wordle[Nwords_wordle];