Rust

 

Guessing Game In Rust

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

This is an example project used to test my rust programming lessons in my XDaysOfRust challenge.

Features

✔️ Reads user input using the standard io library;\

🚀 Technologies

The following tools were used in this project:

Requirements

Before starting 🏁, you need to have Git and Rust installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/favourch/rustlings

# Access
$ cd guessing_game

# Run the project
$ cargo run

# The project will build and output the result in the terminal

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Favour Chukwuedo

 

Back to top