guessing_game_test_123 0.1.0

A fun game where you guess what number the computer has chosen.
Documentation
[package]
name = "guessing_game_test_123"
version = "0.1.0"
authors = ["Your Name <you@example.com>"]
description = "A fun game where you guess what number the computer has chosen."
license = "MIT/Apache-2.0"

[dependencies]
[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3