mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-02 00:13:30 +02:00
7 lines
97 B
Rust
7 lines
97 B
Rust
fn main() {
|
|
// TODO: Add missing keyword.
|
|
x = 5;
|
|
|
|
println!("x has the value {x}");
|
|
}
|