Skip to content

Commit 8be313a

Browse files
Update variables6.rs
1 parent e6cb104 commit 8be313a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/01_variables/variables6.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// TODO: Change the line below to fix the compiler error.
2-
const NUMBER = 3;
2+
const NUMBER i32 = 3;
33

44
fn main() {
55
println!("Number: {NUMBER}");

0 commit comments

Comments
 (0)