mirror of
https://github.com/ArthurDanjou/rustlings.git
synced 2026-01-17 13:38:02 +01:00
7 lines
81 B
Rust
7 lines
81 B
Rust
// Make me compile!
|
|
|
|
fn main() {
|
|
let x: i32;
|
|
println!("Number {}", x);
|
|
}
|