From 6a3ae6b2f7f42db4f438305046f1697d62457b0f Mon Sep 17 00:00:00 2001 From: jacobchrismarsh <15932179+jacobchrismarsh@users.noreply.github.com> Date: Tue, 13 Oct 2020 07:02:23 -0700 Subject: [PATCH] Add Rust section and rustlings to interactive tutorials (#4022) * Add rustlings to interactive tutorials Add a new section for rust, and add the rustlings tutorial * Fix spacing between header and content --- free-programming-interactive-tutorials-en.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-interactive-tutorials-en.md b/free-programming-interactive-tutorials-en.md index e32c4792..01bef87f 100644 --- a/free-programming-interactive-tutorials-en.md +++ b/free-programming-interactive-tutorials-en.md @@ -28,6 +28,7 @@ * [PHP](#php) * [Python](#python) * [Ruby](#ruby) +* [Rust](#rust) * [Scala](#scala) * [SQL](#sql) * [Vim](#vim) @@ -221,6 +222,11 @@ * [Try Ruby](http://tryruby.org) +### Rust + +* [Rustlings](https://github.com/rust-lang/rustlings) + + ### Scala * [A Tour of Scala - an interactive scala tutorial](https://scalatutorials.com/tour/) -- GitLab