Initial commit
This commit is contained in:
6
solutions/01_variables/variables6.rs
Normal file
6
solutions/01_variables/variables6.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
// The type of constants must always be annotated.
|
||||
const NUMBER: u64 = 3;
|
||||
|
||||
fn main() {
|
||||
println!("Number: {NUMBER}");
|
||||
}
|
||||
Reference in New Issue
Block a user