mirror of
https://github.com/notohh/rustlings.git
synced 2025-03-13 15:13:48 -04:00
6 lines
97 B
Rust
6 lines
97 B
Rust
fn main() {
|
|
// TODO: Add missing keyword.
|
|
x = 5;
|
|
|
|
println!("x has the value {x}");
|
|
}
|