diff options
| author | mo8it <mo8it@proton.me> | 2025-05-17 14:53:38 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-05-17 14:53:38 +0200 |
| commit | b30973afa1d76bdbeb1104cc662db4f27407c805 (patch) | |
| tree | 2a5f668b8d459e76d0f9d9533d8c29996dac5080 | |
| parent | 3d8bef4bc3779b7701723bf01320a892ae7b551e (diff) | |
Compress the intro
| -rw-r--r-- | website/content/_index.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/website/content/_index.md b/website/content/_index.md index 2ad12eb..a58f267 100644 --- a/website/content/_index.md +++ b/website/content/_index.md @@ -1,11 +1,7 @@ +++ +++ -Greetings and welcome to Rustlings. -This project contains small exercises to get you used to reading and writing Rust code. -This includes reading and responding to compiler messages! - -It is recommended to do the Rustlings exercises in parallel to reading [the official Rust book](https://doc.rust-lang.org/book/), the most comprehensive resource for learning Rust 📚️ +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) 📚️_ <!-- toc --> |
