Sudoku implementation in C.
Compile and run with:
gcc src/main.c src/sudoku.c -o target/cdoku && target/cdoku
Compile and run tests with:
gcc src/tests.c src/sudoku.c -o target/tests && target/tests
[!WARN]
Compilation might fail if the
targetdirectory does not exists.