Skip to content

artiphishle/rust-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Rust-Lang

Check out the main.rs file. There will be more chapters soon.

Chapters

1. Variables

  • Signed vs unsigned integers
  • Readonly strings

2. Loops

  • For-Loop: integers vs strings

3. Assertions

  • How to use assertions with different examples