mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
6 lines
121 B
Rust
6 lines
121 B
Rust
fn main() {
|
|
// TODO: Change the line below to fix the compiler error.
|
|
let x: i32;
|
|
|
|
println!("Number {x}");
|
|
}
|