Update variables6.rs

This commit is contained in:
Hariprasath_Ganapathi 2024-11-13 10:38:12 +05:30 committed by GitHub
parent e6cb104294
commit 8be313a1dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
// TODO: Change the line below to fix the compiler error.
const NUMBER = 3;
const NUMBER i32 = 3;
fn main() {
println!("Number: {NUMBER}");