Skip to content

Files

Latest commit

 

History

History

Chapter_1_Hello_Rust

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Chapter One

  • In this section we will be doing some basic programming in Rust language. It will be more of an intro.

  • We'll learn:

    • How to print text in console
    • How the Rust program basically run.
    • What is "Cargo".
    • How to use it etc.This repo contains the code for the basic concepts of Rust programming language based on the "Rust book".