Initial commit

This commit is contained in:
hal8174 2024-12-29 23:19:38 +01:00
commit d12c69200b
4 changed files with 356 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "card-calculator"
version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.8.5"