Skip to content

ahmednule/rust-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Rust Tutorial πŸš€

This repository contains my journey of learning Rust programming language step by step.
It includes simple examples to get started, along with explanations and screenshots.


πŸ“‚ Project Structure

  • hello_world/ β†’ First Rust program (fn main { println!("Hello, world!"); })
  • hello_cargo/ β†’ Using Cargo to create and run a project
  • Screenshot.png β†’ Shows how to create a Rust project with cargo new and run it

πŸ¦€ Getting Started with Rust

1️⃣ Install Rust

Follow the official guide:
πŸ‘‰ https://www.rust-lang.org/tools/install

Verify installation:

rustc --version

...

About

my rust journey

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published