This commit is contained in:
Cilly Leang 2024-07-16 16:41:01 +10:00
commit 0d84b22fa3
Signed by: cilly
GPG key ID: 6500251E087653C9
8 changed files with 1845 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "oh-hi-solver"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8"
[profile.release]
debug = true