/Introduction-to-Rust

A rustling inspired simple walkthroug template for rust beginers, used at NIT Fossmeet 24 Talk

Primary LanguageRust

Introduction-to-Rust

A rustling inspired simple walkthroug template for rust beginers, used during NIT Fossmeet 24 Workshop

This project contains simple helpful examples how to get started with basics in the rust programming language.

Chapters

1. Hello World

This is a simple project that helps demonstrates how the print works in rust

2. Conditionals

This project demonstrates the use of conditional statements in rust like the if and match statemtns

3. Loops

This module helps the user understand how different types of loops work in rust