From: LukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com> Date: Tue, 14 May 2024 12:46:09 +0000 (+0200) Subject: Reword. X-Git-Url: http://git.euphorik.ch/?a=commitdiff_plain;h=933d5dd4b4a242f4faced02b05e88a995247fe36;p=rust_exercises.git Reword. --- diff --git a/book/src/01_intro/00_welcome.md b/book/src/01_intro/00_welcome.md index e4ad231..a30ac30 100644 --- a/book/src/01_intro/00_welcome.md +++ b/book/src/01_intro/00_welcome.md @@ -28,7 +28,9 @@ If you're interested in attending one of our training sessions, or if you'd like bring this course to your company, please [get in touch](https://mainmatter.com/contact/). You can also follow the course on your own, but we recommend you find a friend or -a mentor to help you along the way should you get stuck. +a mentor to help you along the way should you get stuck. You can +also find solutions to all exercises in the +[`solutions` branch of the GitHub repository](https://github.com/mainmatter/100-exercises-to-learn-rust/tree/solutions). ## Structure @@ -83,8 +85,6 @@ Don't move on to the next section until you've solved the exercise for the curre > We recommend committing your solutions to Git as you progress through the course, > so you can easily track your progress and "restart" from a known point if needed. -> -> You can find solutions to all exercises in the `solutions` branch of the GitHub repository. Enjoy the course!