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