initial commit

This commit is contained in:
SowinskiBraeden committed 2023-02-08 20:41:28 -08:00
commit e4e20dad27
4 files changed
+120

No files matched your search

+9
View File
@@ -0,0 +1,9 @@
[package]
name = "rust_guessing_game"
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.5"