mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-04-08 08:48:34 +01:00
4 lines
67 B
Rust
4 lines
67 B
Rust
const NUMBER = 3;
|
|
fn main() {
|
|
println!("Number {}", NUMBER);
|
|
}
|