Wordle comparison: Difference between revisions

→‎{{header|Go}}: Fixed bug, though results unaffected.
m (→‎{{header|Quackery}}: added BULLY/LOLLY test case)
(→‎{{header|Go}}: Fixed bug, though results unaffected.)
Line 44:
ix := bytes.IndexByte(answerBytes, guess[i])
if ix >= 0 {
answerBytes[iix] = '\000'
result[i] = 1
}
9,485

edits