From f733a251532e3e1acd86e78aa3b8dfc716ad7d17 Mon Sep 17 00:00:00 2001 From: Anant Mishra <84588156+Anant-mishra1729@users.noreply.github.com> Date: Fri, 13 Oct 2023 06:58:42 +0530 Subject: [PATCH] Add Rust-101 by ralfj.de (#10220) * Add Rust-101 by ralfj.de Update free-programming-interactive-tutorials-en.md * Update free-programming-interactive-tutorials-en.md --- more/free-programming-interactive-tutorials-en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-interactive-tutorials-en.md b/more/free-programming-interactive-tutorials-en.md index 083de2282..a53a14252 100644 --- a/more/free-programming-interactive-tutorials-en.md +++ b/more/free-programming-interactive-tutorials-en.md @@ -413,6 +413,7 @@ ### Rust +* [Rust-101](https://www.ralfj.de/projects/rust-101/main.html) - ralfj.de * [Rust Quiz](https://dtolnay.github.io/rust-quiz) * [Rustlings](https://github.com/rust-lang/rustlings)