guessing_game-panzerstadt 0.1.0

guessing game from tutorial: https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html
[dependencies.rand]
version = "0.8.3"

[package]
description = "guessing game from tutorial: https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html"
edition = "2021"
license = "MIT"
name = "guessing_game-panzerstadt"
version = "0.1.0"