From d698ccdc1e12f42e1a678f16f28e85df018829ee Mon Sep 17 00:00:00 2001 From: LukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com> Date: Fri, 17 May 2024 09:59:34 +0200 Subject: [PATCH] Clarify where the first exercise is. --- book/src/01_intro/01_syntax.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/book/src/01_intro/01_syntax.md b/book/src/01_intro/01_syntax.md index 3dace52..1fa81b2 100644 --- a/book/src/01_intro/01_syntax.md +++ b/book/src/01_intro/01_syntax.md @@ -1,11 +1,18 @@ # Syntax -The previous task doesn't even qualify as an exercise, but it already exposed you to quite a bit of Rust **syntax**. -Let's review the key bits! +
+ +Don't jump ahead! +Complete the exercise for the previous section before you start this one. +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. -> 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! +
+ +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 -- 2.45.2