Initial commit
This commit is contained in:
6
exercises/01_variables/variables3.rs
Normal file
6
exercises/01_variables/variables3.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
fn main() {
|
||||
// TODO: Change the line below to fix the compiler error.
|
||||
let x: i32 = 0;
|
||||
|
||||
println!("Number {x}");
|
||||
}
|
||||
Reference in New Issue
Block a user