mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-26 00:00:03 +03:00
Compare commits
2 commits
47f8a0cbe5
...
1bae2dcb00
Author | SHA1 | Date | |
---|---|---|---|
1bae2dcb00 | |||
8b476e678a |
|
@ -122,7 +122,7 @@ dir = "01_variables"
|
||||||
test = false
|
test = false
|
||||||
hint = """
|
hint = """
|
||||||
We know about variables and mutability, but there is another important type of
|
We know about variables and mutability, but there is another important type of
|
||||||
variables available: constants.
|
variable available: constants.
|
||||||
|
|
||||||
Constants are always immutable. They are declared with the keyword `const`
|
Constants are always immutable. They are declared with the keyword `const`
|
||||||
instead of `let`.
|
instead of `let`.
|
||||||
|
|
Loading…
Reference in a new issue