Initial commit

This commit is contained in:
Yura Dupyn 2026-03-20 11:48:07 +01:00
commit fa8eae3146
17 changed files with 141328 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "pv021_project"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.5"
rand_distr = "0.4.3"