Clarify where the first exercise is.

This commit is contained in:
LukeMathWalker 2024-05-17 09:59:34 +02:00
parent 9e7da6766b
commit d698ccdc1e
1 changed files with 12 additions and 5 deletions

View File

@ -1,11 +1,18 @@
# Syntax # Syntax
The previous task doesn't even qualify as an exercise, but it already exposed you to quite a bit of Rust **syntax**. <div class="warning">
Let's review the key bits!
> We won't cover every single detail of Rust's syntax used in the previous exercise. Don't jump ahead!
> Instead, we'll cover _just enough_ to keep going without getting stuck in the details. Complete the exercise for the previous section before you start this one.
> One step at a time! It's located in `exercises/01_intro/00_welcome`, in the [course GitHub's repository](https://github.com/mainmatter/100-exercises-to-learn-rust).
Use [`wr`](00_welcome.md#wr-the-workshop-runner) to start the course and verify your solutions.
</div>
The previous task doesn't even qualify as an exercise, but it already exposed you to quite a bit of Rust **syntax**.
We won't cover every single detail of Rust's syntax used in the previous exercise.
Instead, we'll cover _just enough_ to keep going without getting stuck in the details.
One step at a time!
## Comments ## Comments