Quick & dirty sudoku solver experiment with backtracking.
- Peter Kaszt - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details
This is a normal sbt project. You can compile code with sbt compile, run it with sbt run, and sbt console will start a Scala 3 REPL.