finished chapter 2
This commit is contained in:
parent
a93662ab21
commit
b442b90c02
9 changed files with 196 additions and 0 deletions
7
ch02-00-guessing-game/guessing_game/Cargo.toml
Normal file
7
ch02-00-guessing-game/guessing_game/Cargo.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[package]
|
||||
name = "guessing_game"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
rand = "0.8.5"
|
||||
Loading…
Add table
Add a link
Reference in a new issue