Guessing Game with numbers
This commit is contained in:
parent
3d664633eb
commit
87b7fbdee4
20 changed files with 107 additions and 4 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -4,6 +4,12 @@ name = "hello_world"
|
|||
version = "0.0.1"
|
||||
authors = [ "Clara Benedicta Maria Mueller <clara.mueller@vilera.de>" ]
|
||||
|
||||
|
||||
[[bin]]
|
||||
name = "test"
|
||||
path = "/media/win_e/Clara_Daten/etc/Programmierung/Rust/src/test.rs"
|
||||
name = "main"
|
||||
path = "/media/win_e/Clara_Daten/etc/Programmierung/Rust/src/main.rs"
|
||||
|
||||
|
||||
[dependencies]
|
||||
|
||||
rand="0.3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue