mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05: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}");
|
|
}
|