From 0910f3909fece3924fda59121fc6c6772bb21020 Mon Sep 17 00:00:00 2001 From: LukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com> Date: Tue, 6 Aug 2024 10:31:06 +0200 Subject: [PATCH] Add formats. --- book/src/01_intro/00_welcome.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/book/src/01_intro/00_welcome.md b/book/src/01_intro/00_welcome.md index 2e03015..285f686 100644 --- a/book/src/01_intro/00_welcome.md +++ b/book/src/01_intro/00_welcome.md @@ -32,6 +32,11 @@ 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). +## Formats + +You can browse the course material in the browser, at [rust-exercises.com/100-exercises/](https://rust-exercises.com/100-exercises/).\ +You can also [download the course material as a PDF file](https://rust-exercises.com/100-exercises-to-learn-rust.pdf), for offline reading. + ## Structure On the left side of the screen, you can see that the course is divided into sections. -- 2.45.2