Sudoku Part 2
In the previous part, I outlined what the plan was. In this part, we’ll be stepping into some code.
Feel free to follow along at https://github.com/Wallyza/sudoku. I’ll also be tagging the repo as I go so that what you’re reading is aligned with what you see in the code. Today’s tag is 0.0.1: https://github.com/Wallyza/sudoku/tree/v0.0.1
How to run the code I’ve coded it up in .Net 6, I was too lazy to install 7.