Skip to content

Commit 0ccc457

Browse files
committed
Different opening word
1 parent 9c2ca23 commit 0ccc457

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wordlist_wordle_solver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ TrieBasedWordleSolver::TrieBasedWordleSolver() : PassthroughWordleSolver() {
6161

6262
string TrieBasedWordleSolver::makeInitialGuess(buf_ptr wb, size_t idx) {
6363
if (m_trie->getNumCandidates() > 0) {
64-
string candidateWord = "slice"; //m_trie->getCandidate(m_selector, m_knownCorrects, 0);
64+
string candidateWord = "oater"; //m_trie->getCandidate(m_selector, m_knownCorrects, 0);
6565
if (candidateWord.size() == 0) {
6666
if (DEBUG) wb->write("Error: [solver] empty word", idx, /*newline=*/true);
6767
throw;

0 commit comments

Comments
 (0)