potatochick2020 / Sudoku-core

A C++ library for generating, validating, solving, checking, etc Sudoku puzzle.
MIT License
9 stars 3 forks source link

Added CLI and testing. #14

Closed Bigjango13 closed 1 year ago

Bigjango13 commented 1 year ago

Fixes #5, the CLI can be used to interface with Sudoku-core, it also allows it to be interacted with from many different programming languages.