mirror of
https://github.com/notohh/rustlings.git
synced 2024-12-18 06:58:10 -05:00
6 lines
101 B
Rust
6 lines
101 B
Rust
fn main() {
|
|
// TODO: Add the missing keyword.
|
|
x = 5;
|
|
|
|
println!("x has the value {x}");
|
|
}
|