Initial commit

This commit is contained in:
neo 2024-08-22 02:09:53 -04:00
commit 9694bbbef6
5 changed files with 370 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "guessing_rust"
version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.8.5"
termion = "2.0.1"