1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-03-03 15:02:58 +02:00
2024-04-17 23:34:27 +02:00

7 lines
85 B
Rust

// Make me compile!
fn main() {
x = 5;
println!("x has the value {}", x);
}