Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 830 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 830 Bytes

My Rustlings Solutions

This repository contains my solutions to the Rustlings exercises. Rustlings is an excellent collection of exercises designed to help you learn Rust. As I complete each exercise, I push the changes to this repository.

How to Use This Repository

1. Clone This Repository:

git clone https://github.com/Nelly-Njeri/RustlingExersices cd your-repo-name

2. Follow Rustlings Instructions:

Refer to the original Rustlings repository for setup instructions and to start working on exercises.

3. Track Your Progress:

Check my solutions to compare with yours or to seek guidance.

Original Rustlings Repository

For detailed instructions, setup, and the full list of exercises, visit the Rustlings GitHub repository.

Happy coding! 🚀