Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
// variables6.rs // Make me compile! Execute the command `rustlings hint variables6` if you want a hint :) const NUMBER: usize = 3; fn main() { println!("Number {}", NUMBER); }