Add guessing game

This commit is contained in:
laurens 2020-05-01 18:56:21 +02:00
parent 2b617a5c4e
commit 8352d6f1c3
2 changed files with 47 additions and 0 deletions

10
guessing_game/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "guessing_game"
version = "0.1.0"
authors = ["laurens <miers132@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.5.5"