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