# [Rustlings](https://rustlings.rust-lang.org) 🦀 Small exercises to get you used to reading and writing [Rust](https://www.rust-lang.org) code - _Recommended in parallel to reading [the official Rust book](https://doc.rust-lang.org/book) 📚️_ Visit the **website** for a demo, info about setup and more: ## ➡️ [rustlings.rust-lang.org](https://rustlings.rust-lang.org) ⬅️ ## Getting Started To get started with Rustlings: 1. Make sure you have [Rust](https://www.rust-lang.org/tools/install) installed. ```bash rustc --version ```