mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-30 23:39:19 +00:00
Update variables6.rs
This commit is contained in:
parent
e6cb104294
commit
8be313a1dd
@ -1,5 +1,5 @@
|
|||||||
// TODO: Change the line below to fix the compiler error.
|
// TODO: Change the line below to fix the compiler error.
|
||||||
const NUMBER = 3;
|
const NUMBER i32 = 3;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("Number: {NUMBER}");
|
println!("Number: {NUMBER}");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user