← Back to exercises
Fix the code so it compiles.
Compilation successful! Well done.
Compilation failed. See the compiler output below.
A server error occurred. Please try again.
Variables are immutable by default in Rust. Add the `mut` keyword in the declaration to make the variable mutable.