Initial sudoku solver with parser and formatter.

This commit is contained in:
Drew Galbraith 2024-04-10 15:45:09 -07:00
commit 338309fde6
5 changed files with 99 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "sudoku-solver"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]