feat: Add exercise variables6 covering const (#352)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// variables5.rs
|
||||
// Make me compile! Execute the command `rustlings hint variables6` if you want a hint :)
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
const NUMBER = 3;
|
||||
fn main() {
|
||||
println!("Number {}", NUMBER);
|
||||
}
|
||||
Reference in New Issue
Block a user