• Interesting error! This usually happens when you try to modify a hash while looping through it. One workaround is to collect the keys to be added in a separate array, then add them after the iteration is complete. I've seen similar issues tackled using techniques shared on sites dedicated to puzzle solving, even relating to games like Wordle Unlimited. Good luck debugging!