Command line tool to generate answers to the New York Times Spelling Bee game.
Print out answers to a given puzzle by running
swift run SpellingBee <letters>
where the first letter is the middle letter of the puzzle.
If you're interested in seeing how the code actually works to solve the puzzle, check out the embedded package SpellingBeeLib, which actually does the work of solving.