This repository contains multiple Rust projects, created as part of my journey to learn and master the Rust programming language.
Each subdirectory in this repo is a standalone Rust project:
.
βββ guessing_game/
βββ ...
To run one of the projects:
cd project_name
cargo run