Logo
Explore Help
Sign In
jarjar/rustlings
1
0
Fork 0
You've already forked rustlings
mirror of https://github.com/rust-lang/rustlings.git synced 2026-01-10 12:49:18 +00:00
Code Issues Packages Projects Releases Wiki Activity
rustlings/exercises/1_variables
History
VMois 8e67487bd6 feature: add numbers to exercises folders according to watch order, order is taken from info.toml
2021-09-09 17:59:10 +02:00
..
README.md
feature: add numbers to exercises folders according to watch order, order is taken from info.toml
2021-09-09 17:59:10 +02:00
variables1.rs
feature: add numbers to exercises folders according to watch order, order is taken from info.toml
2021-09-09 17:59:10 +02:00
variables2.rs
feature: add numbers to exercises folders according to watch order, order is taken from info.toml
2021-09-09 17:59:10 +02:00
variables3.rs
feature: add numbers to exercises folders according to watch order, order is taken from info.toml
2021-09-09 17:59:10 +02:00
variables4.rs
feature: add numbers to exercises folders according to watch order, order is taken from info.toml
2021-09-09 17:59:10 +02:00
variables5.rs
feature: add numbers to exercises folders according to watch order, order is taken from info.toml
2021-09-09 17:59:10 +02:00
variables6.rs
feature: add numbers to exercises folders according to watch order, order is taken from info.toml
2021-09-09 17:59:10 +02:00

README.md

Variables

In Rust, variables are immutable by default. When a variable is immutable, once a value is bound to a name, you can’t change that value. You can make them mutable by adding mut in front of the variable name.

Further information

  • Variables and Mutability
Powered by Gitea Version: 1.23.4 Page: 37ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API