From dd68bcc689d5a8be011ede06b2213caf8cc8e227 Mon Sep 17 00:00:00 2001 From: minatorak Date: Sat, 5 Oct 2024 00:17:38 +0700 Subject: [PATCH] Added Rust tutorial (#11366) * Added Rust tutorial * Update interactive-en --- 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 3b57302e5..1e5903fc9 100644 --- a/more/free-programming-interactive-tutorials-en.md +++ b/more/free-programming-interactive-tutorials-en.md @@ -420,6 +420,7 @@ * [Rust Quiz](https://dtolnay.github.io/rust-quiz) * [Rustlings](https://github.com/rust-lang/rustlings) * [TCP Servers in Rust](https://app.codecrafters.io/concepts/rust-tcp-server) - CodeCrafters +* [Tour of Rust](https://tourofrust.com) ### Scala