This is designed in a way to solve the Leetcode problem for Sudoku solver
- Configure with CMake
- Build with the CMake Command
mkdir ./build
cmake -S ./ -B ./build
cmake --build ./build
On Windows, From the project directory:
.\build\sudoku-solver\Release\sudoku-solver.exe .\input\input.txt