Skip to content

idehen-divine/50DaysOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

50 Days of Rust 🦀 ✨

Welcome to my #50DaysofRust challenge! 🚀

Overview

I joined the "50 Days of Rust" challenge to learn and grow my skills in the Rust programming language by coding every day for 50 days straight. This repository will contain my daily progress, code examples, and insights I gather throughout this journey.

Goals

  • Understand the basics of the Rust programming language.
  • Build small projects or solve coding challenges using Rust.
  • Develop backend solutions using Rust.
  • Connect with developers from different walks of life.
  • Continuously expand my understanding of Rust, including advanced features like ownership, borrowing, and concurrency.

Repository Structure

The repository is organized as follows:

📂 50DaysOfRust/
├── day01/
│   └── main.rs
│   └── README.md
├── day02/
│   └── main.rs
│   └── README.md
└── README.md

Each folder (e.g., day01, day02) will contain the code I write each day.

Daily Progress

  • Day 1: Set up Rust environment and wrote a simple "Hello, World!" program.
  • Day 2: Explored variables, constants, and basic data types.
  • Day 3: Learned about basic data types in Rust, including integers, floats, booleans, characters, strings, tuples, arrays, and vectors.

Connect with Me

Feel free to connect and follow my journey:

Thanks for checking out my learning journey! 😊

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages