From 4f6db563e7f3049cf49e65550f17f039e16a90d0 Mon Sep 17 00:00:00 2001 From: Dom Sec <54043553+dom-sec@users.noreply.github.com> Date: Thu, 23 Mar 2023 20:38:38 -0400 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 317d5f2..29ee1b3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ -# 100 Days Of Rust +
+ +
+# Introduction Welcome to the 100 Days of Rust Coding Challenge! This challenge is designed to help you learn and improve your Rust programming skills over the course of 100 days. Each day, you will tackle a new Rust programming concept, project, or problem. You will learn about ownership and borrowing, concurrency and parallelism, the Rust standard library, web development with Rust, game development with Rust, machine learning in Rust, system programming in Rust, cryptography in Rust, and blockchain development in Rust. @@ -14,6 +18,19 @@ Commit to coding and learning Rust for at least an hour every day for 100 days. Share your progress on social media with the hashtag #100DaysOfRustCodingChallenge and tag @DomSecRocks on Twitter. We encourage you to share your progress and ask questions in the Discussions section of this repository. +# Rules +- The main rule is: Code at least an hour every day (don't skip weekends/holidays) + +- Choose an area of Rust you wan't to learn or improve + +- Share your progress daily in your social medias + +- Try not to copy code from the internet + +- Try to come up with a clean and elegant solution + +- Once you can, write tests (and make them pass) + # Resources [The Rust Programming Language Book](https://doc.rust-lang.org/book/title-page.html)