Add example of guessing game with custom type for validation

This commit is contained in:
laurens 2020-06-21 18:47:25 +02:00
parent f637759454
commit 4c4b703928
2 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[package]
name = "guessing_game_ng"
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"