From f72f43e6d126c1b79bf46fc4bf8839bf81c29156 Mon Sep 17 00:00:00 2001 From: Vencyr Laurence Imbo Amores <98305566+VENCYR@users.noreply.github.com> Date: Thu, 2 Nov 2023 19:35:11 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42e282e0..79303b31 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Alternatively, for a first-time Rust learner, there are several other resources: - [The Book](https://doc.rust-lang.org/book/index.html) - The most comprehensive resource for learning Rust, but a bit theoretical sometimes. You will be using this along with Rustlings! - [Rust By Example](https://doc.rust-lang.org/rust-by-example/index.html) - Learn Rust by solving little exercises! It's almost like `rustlings`, but online +- [CodeCrafters](app.codecrafters.io/tracks/rust) - Master Rust by recreatng popular devtools from scratch ## Getting Started